Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
Pre-Fill out a PHP form...??
This is for work actually (geek squad). We have to fill out this online php form at work over and ov
I have a parse error in this query help..
Code: $query1="INSERT INTO `rating` (`item_name`, `rating`, `ip_address`, `date_rated`) VALUES
Best way to cross matching large datasets
Hi,
Im running a script where am I cross matching about 200 000 data sets with each other. Ea
Sequre login with cookies.
I want to build secure login with cookies. I just want your ideas about this, your suggestions. What
MySQL noob question
hi guys
I have a simple mysql table set up, along the lines of
Col 1 - Col 2 - Date_l
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
problem with php server update from mid 2009
Hi,
I have this navigation menu on 2 websites which used to work just fine. After a recent up
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try