Save username into DB
OkaY so I got my blog to actually save the posts and whatever, all I need now is for it to keep the
parse error
On my local machine I keep getting parse error for my footer. When I put it online, it doesn't show
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
Check before inserting in DB ???
This is my code
---------------
if ( $_POST ['Submit'])
{{
$username = $_POST ['usernm
php title problem
Hi,
I am having a problem managing my page title with PHP.
Currently I have my <
Click counter to ignore traffic from search bots
I have a click counter on my site that...well, counts the number of clicks a link gets on the frontp
problem with sql querry in php script
Hello guys,
What I want to do is I want to read out a csv file and then but te conent ot the
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
Passing Variables
What I'm wanting to do is when the user clicks on Arenas it will know the name of the country it's w
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug