Drawing Images in classes
I'm quite new to Object Oriented PHP. What I'm trying to do is draw some images but also have other
InternetOpenUrl() Invalid cert
Hi all,
Does anyone know how to prevent calls to InternetOpenUrl() from failing with erro
Web Application Recipe
Hi Guys!
I am working with the Web Application recipes. I am currently working on the sen
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
Help with search.php
Hello All
I need the search engine on a site I am building at the moment to display the searc
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
How to file_get_contents when login required?
Hello!
I am trying to read data from a page that you have to be logged into to view, I am try
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would