PHP File Upload Problem
Hi, I have written a very simple file upload script but it fails for reasons I can't explain. Hope
progress bar...need expert opinion of experienced webmaster
Hey guys, quick question:
I want to display a progress bar when I upload files, but I am not
Had a simple form script that suddenly stopped working
It was made about a year ago and had been working fine. Last time it was known to work for sure was
Problem with umlauts and UTF-8
Hello every1,
I'm creating my own little CMS at the moment and got some problems with the cha
How to make URL loads only on login
On my page, when a user login he's redirects to user_home.php. I made it also to open the chat scree
search function
HI guys,
if anyone could point us in the right direction of how to do this, or provide some t
get font info from a font file
hello,
Does anyone know how to get font info from a font file ... using php of course !
<
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?