Re: [PHP-DB] Problem with an update after an insert: MySQL

2005-02-07 Thread Bestman4unowwa
Bastien, Thanks for your help!. I think I found the answer to my problem. My system is a windows based system and it is not windows based. The system where the code doesn't work is Unix and is case sensitive. I went online to the mysql reference and found this link, _http://dev.mysql.com/

[PHP-DB] Problem with an update after an insert: MySQL

2005-02-07 Thread Bestman4unowwa
I'm having trouble with having trouble with doing an update after doing an insert on and a select on a table. The order of execution is: $result = mysql_query("select token from tokenuserid where userid = '$none' "); if (!$result) echo mysql_error(); $numresult = mysql_num_rows($result

[PHP-DB] Any recomendations on a report writer to use with MY-SQL

2005-01-25 Thread Bestman4unowwa
Does Crystal Reports work with MY-SQL? Are there any open source tools that are like Crystal Reports?

[PHP-DB] Re: Help! WINXP/Apache2.0/PHP4.3.8 - Can't run PHP

2004-08-20 Thread Bestman4unowwa
Thanks Peter and Jasper. I changed the httpd.conf to make sure they point to the proper Load module and add type and PHPInidir but still no luck. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Help! WINXP/Apache2.0/PHP4.3.8 - Can't run PHP

2004-08-20 Thread Bestman4unowwa
When I have a html page with an embedded php method behind a button, when I click the button I can't run the PHP, instead my browser pops up a dialog box with a request a file download of my PHP script. Also, when I run a php in my browser either nothing happens or I get the file load. -- PHP

[PHP-DB] Can't access HTTP Post Array

2004-04-10 Thread Bestman4unowwa
I'm running Apache/2.0.49 and PHP/4.3.5 on windows XP with MSIE 6.0. -- local host. When I try to access the variables in the array (HTTP POST), they are empty or null. Did I miss a PHP or Apache setting in the php.ini or httpd.conf? -- PHP Database Mailing List (http://www.php.net/) To unsubsc

[PHP-DB] TMP folder Keeps getting changed back to Read Only

2004-04-09 Thread Bestman4unowwa
Is there something in windows xp that negates my turning off the read only? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Session_Start won't work Help?

2004-04-09 Thread Bestman4unowwa
I'm running Apache/2.0.49 and PHP/4.3.5 on windows XP. I get warnings: WARNING: session_start(): open/tmp\sess_242f6f668d85d512f9f4379ffa1e1, O_DWR failed: No such file or directory (2) in c:\program files\apache group\apache2\htdocs\register_new.php on line 10 I also get another similar warnin