Using the $_GET variable to view certain records
Hello,
First let me explain my problem, I have 2 pages the first page pull a list of Guide ti
Need help with a mail notify function
I was tasked with setting up a site that's been prewritten. The site is basically a form that captur
How to display objects in a row
I have 7 codes that i want to display in a row one next to another.
The first is {$ads->ad
Get word number x from string?
How can I use a function to loop through a string, and "have a look at" every word in the
PHP Include not working
The website is http://www.grlistingservices.com
The code block is as follows:
<
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
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
Mass activity scheduling
Hi experts,
Im facing some problems to deal with mass activity jobs.
When I run some
! = ''
In the following 'IF' statement if v_ompcat = PU for example then Oracle equates that 'IF' statement
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here