Hom to make one url to open together with another url
I have a chat, which i want to be opened, as soon as the users login to the site. As it is now, when
Object Interfaces
EDIT: Never mind, I just updated to php 5.
Hey all,
I'm currently experimenting with p
Form validation with functions
Hi there
I am trying to make a very simple form validation function. I currently have the fol
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
newbie error
what is wrong with this code ?
<html>
<body>
<?
Do not allow posting of whitespace
Currently the script below works if the user does not type a name/message, but if i create a whitesp
Is it possible to view php source code??
Hi All
I was just wondering if it's possible to view a websites php source code?
I know
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes th
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<