Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
what is wrong with this
Code: [Select]<?php
if ($_SERVER['HTTP_REFERER'])
{
Form validation with functions
Hi there
I am trying to make a very simple form validation function. I currently have the fol
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
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
passing data from one page to another
hey guys
i have the follwoing code to get information from one page and place on another:
paginate search result
Hi, I have a paginations script to display data from my database but i would like to paginate someon
Thread in PHP
Thread in PHP
Some basic use and basic code for thread in php
This is my question?
Opening Multiple Files/Links in Order.
I want to open links in order/one-by-one and check each for a specific string.
Example:
I
Creating a function
Basically i wanna put all this code in a seperate file
Code: <?php
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.