Forum: PHP May 22nd, 2009 |
| Replies: 4 Views: 240 |
Forum: PHP May 22nd, 2009 |
| Replies: 6 Views: 427 first make sure apache and php are running perfectly on your machine. Try echo phpinfo() if you'll see the result |
Forum: PHP May 22nd, 2009 |
| Replies: 4 Views: 240 $prgno = mysql_result($result,$i,'PrgNo'); this is line31 --- make sure this field PrgNo exist or spelling might be incorrect.
$prgname = mysql_result($reslt,$i,'PrgName'); -- as you notice... |
Forum: Linux Servers and Apache May 18th, 2009 |
| Replies: 4 Views: 2,660 YOu can try these 2 links
http://dreamluverz.com/developers-tools/php/error_installing_apache_php_on_windows_vista
... |
Forum: Linux Servers and Apache May 18th, 2009 |
| Replies: 4 Views: 2,660 I've used this guide (http://dreamluverz.com/developers-tools/php/installing-apache-22-php-52-and-mysql-5-in-windows-vista) when Installing apache and helped me when I encountered errors |
Forum: MySQL May 1st, 2009 |
| Replies: 0 Views: 1,118 cannot connect to mysql server error 10060 on sqlyog on my other domain but ok on the other one.
Just awhile ago I can connect to both domains but after restarting my pc I can't connect to the other... |
Forum: PHP Apr 29th, 2009 |
| Replies: 4 Views: 367 Ok. Thanks. Be waiting for it. :) |
Forum: PHP Apr 28th, 2009 |
| Replies: 4 Views: 367 How can you pass values from nonpc games like xbox, psp, etc to webservers?
I heard you can do it via xml?
And how about posting values like POST? Is it also possible? |