Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
Timer control causing error
I recently decided to add a timer control to an existing page that uses AJAX on my site. As soon as
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
User input in to variable
Hi all,
I'm sure this is very easy but I'm having another brain freeze!
At the end of
explode() function problem maybe
Hi I'm having trouble searching my database. When I type two words in the search field it only searc
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:
QuoteBlah blah
Blah blah
etc
but when i ech
Search function
I am looking for some guidance from the experts.
I am trying to create a search function. It
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade