Inserting into MySQL Newbie
Hi ive got a slight problem where ive made a simple web form where the customer inserts the ammount
Display search result
Hi!
I have a SQL database with information about albums and track (music).
This is wh
Program with calculate Meteorologic measurements
Hello I'm a beginner and I want to make a program with calculate Meteorologic measurements:
ba
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
php web service error
hey guys,
I'm working on a project requires the use of web services. I've been trying a few tutor
check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_
Can anyone view my code and tell me why im getting the error:
Parse error: syntax error, unexpect
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Linking with Foreign Keys
I have been getting an erro when I try and link:
create table Faculty_Specialty (I_Name v