Error in SQL Syntax HELP!!!
I have this page:
Code: <?php
session_start();
//connect to server and s
help me fix these syntax errors...
I keep getting multiple syntax errors on this script like this one:
Parse error: syntax error
problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
modifying a property of an object from a different class
I have 2 classes:
- Math
- Distance
in my math class, I have this line:
$distance =
formating when pulling data from a mysql database
Ok so Im not to sure if this is the right thread to post in but here is my catch 22 issue.
I
Gaining access to Drop Down Menu Variable
code is below, I am creating a drop down menu. I want to echo the value selected in the drop down me
php mysql script to find record
Hi,
Currently I have a simple table with 4 columns. A, B, C, D
If I want to find all
Get last modified date of web page
Hai All,
In php how can i get last modified date of a give web page . I have tried to g
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
Firewall / visited websites logger
Hi.
I have a firewall implementation and I want to log all the websites visited on the machine. S