Sure :-)
On Jun 26, 2015 8:08 PM, "'Hisham Alkilani' via Google Visualization API" <
google-visualization-api@googlegroups.com> wrote:

> lol well good luck man, if you needed anything just ask me.
>
> On Friday, June 26, 2015 at 4:38:03 PM UTC+3, Nitesh Parajuli wrote:
>>
>> thanks for your helo. there was a slight mistake in the connection. i
>> missed the " (quote) well its working fine now..thanks again. good times.
>> www.facebook.com/parajuli.nitesh
>> if u want..i have a project running about this..its just so brain fucking.
>>  On Jun 26, 2015 7:20 PM, "'Hisham Alkilani' via Google Visualization
>> API" <google-visua...@googlegroups.com> wrote:
>>
>> Dear Nitesh,
>>
>> Could you upload your files "open.php" so i can run them on my wampserver
>> and check your problem, and please send a txt file with a sample of your
>> data "dummy data" structure table so i can make a copy of it in my
>> phpmyadmin database ..?
>>
>>
>> I am willing to help you trust me you seems you're getting the data
>> right..
>>
>>
>> Best Regards,
>>
>> Hisham
>>
>> On Friday, June 26, 2015 at 9:57:39 AM UTC+3, Nitesh Parajuli wrote:
>>
>> mysql_select_db($databaseName, $con);
>> this line is sending me html codes.why is that??  anyone??
>>
>> On Tuesday, February 26, 2013 at 3:04:09 AM UTC+5:45, asgallant wrote:
>>
>> You have to format the data returned by your query into the JSON format
>> expected by the DataTable constructor.  Here's a basic PHP script that you
>> can work from:
>>
>> <?php
>> /* $server = the IP address or network name of the server
>>  * $userName = the user to log into the database with
>>  * $password = the database account password
>>  * $databaseName = the name of the database to pull data from
>>  */
>> $con = mysql_connect($server, $userName, $password) or die('Error
>> connecting to server');
>>
>> mysql_select_db($databaseName, $con);
>>
>> // write your SQL query here (you may use parameters from $_GET or $_POST
>> if you need them)
>> $query = mysql_query('SELECT column1, column2, column3 FROM myTable');
>>
>> $table = array();
>> $table['cols'] = array(
>>
>> ...
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/UdOFybnvFo0/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to