array ...
hi
Code: function formatCategories($categories, $parentId)
{
// $navCat stores all child
Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
Please help with SMTP Authenticated PHP Email Form
Hello, I'm creating a PHP email form, and for this particular server, I have to use SMTP Authenticat
How to validate from 2 possible answers
Hi
I hope somebody can help me with what will probably be really simple, I'm pulling my hair
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
Delete HTML file after loading
I have limited experience with php and its been a year or two since I've last used it. I have a sma
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say