Weird problem with SELECT command..Help!
Hi!
It seems I'm having a really weird problem with SQL SELECT command....I have table into a
How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
Get ID from Database when Posting with a HTML Form
I have a form I am submitting to a MySql database. Each product has an ID # attached to it that auto
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
Syntax error
hi im having a little trobble with this script
-------------------------------------------------
Creating a db with a query
Hello everyone.
I'm having troubles creating a db with a query.
I'm reading a book called PHP