SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Database’

If it is possible, how do I go about installing it?

Like the energy/stamina regeneration timer in Mafia Wars on Facebook. It needs to continually do it, even when the user is not viewing the page.

how can i delete rows from database using javascript? is there any way other than writing php code?

Php And Mysql, Automate Checking Database For A Confirm Field?

Posted Friday, November 13th, 2009
Tags: , , , ,
Posted in Uncategorized | 3 Comments »

I have 2 systems that communicate with the same database, One collects information from a user and enters it into the database (Booking) the 2nd system collects this information and adds a BookingID to the database for that record (used for confirmation also).
How do I have the 1st system (PHP webpage) check for the confirmation (BookingID) every 5mins or so?

Php And Mysql, Automate Checking Database For A Confirm Field?

Posted Friday, November 13th, 2009
Tags: , , , , ,
Posted in Uncategorized | 3 Comments »

I have 2 systems that communicate with the same database, One collects information from a user and enters it into the database (Booking) the 2nd system collects this information and adds a BookingID to the database for that record (used for confirmation also).
How do I have the 1st system (PHP webpage) check for the confirmation (BookingID) every 5mins or so?

My hosting company only uses sqlserver for windows and I need mysql. Is it possible to store this data base on my computer and still be able to run phpadmin to get my site up and running? I do not want to create my own server. Is that even possible?

I am uploading 1 file I want that file contaent should be stored in my sql database. Means when I upload a file I want read the contents of that files and write that contents of file and stores that contents into database
Please tell me the code if anybody knows?…

How Do I Create A Database For A Php Login Script?

Posted Saturday, October 31st, 2009
Tags: , , ,
Posted in Uncategorized | 1 Comment »

I am wondering how I would go about creating a database to store all of my customers usernames and passwords that I already have the script for. I have the script for a sign up and login etc. Is there someone who would be able to give me an online tutorial, a bunch of script telling me what to do or is there someone who can find the script. This would be greatly appreciated.

Books or website, or snippits of code that could be useful. Will be used in a site like facebook and myspace.

How To Create Links From Database Records Using Php?

Posted Monday, October 26th, 2009
Tags: , , , , ,
Posted in Uncategorized | 1 Comment »

I wanted to implement something that is in the basic form of PHP forums. Assume a table has two records: topic and body. I want my code to display topics as links, so whenever I click at one of them my code will display the contents of the body. How can I do that? Thanks