I have and old PHP5 web thats use mysql_connect (I know it's deprecated). I changed it to a new server and it starts failing.
After checking it, I found the problem is the mysql_insert_id function.
AFAIK, It's supossed to get the last autoincrement generated ID from SQL insert query, but if I...
I have a textbox to insert email address to mysql database.
Last day, entering an address like john.t.smith@gmail.com, I notice it saved it as john1.0smith@gmail.com.
It understand .t. and .f. as true or false, and change it to 1.0 and 0.0.
How could I solve this?
Thanks
Regards.
I want to show in a form a folder content as if it were the windows explorer.
I could do it with the OLE Microsoft Web Browser control and this code in the form init:
lcFolderName = 'C:\tmp'
THIS.Olecontrol1.Navigate(lcFolderName)
This works like a charm: I can delete and rename...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.