| 
 Posted by Jerry Stuckle on 11/17/06 11:37 
casper christensen wrote: 
> I'm not asking you or anyone to go throught the entire code to find a 
> bug. There is no bug! 
> I need to know how to fetch the created Id. The must be some "standard" 
> code to get "load" values from the database. 
>  
> casper 
>  
 
I'm not sure what you mean by fetch the "created id".  Are you talking  
about after your user adds a new row to the table?  If that's the case,  
see http://www.php.net/manual/en/function.mysql-insert-id.php. 
 
But you're also not using "standard" MySQL functions.  MySQLQuery is not  
a PHP function.  The one defined in PHP is mysql_query.  I have no idea  
what your function is doing. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |