help with Get_
ok some how this is not working i am not sure what i am doing wrong here but what this does is when
check if value exists
I have googled this for a while and I am getting lots of different results. Is there a standard meth
Reditecting pages based on logic
Newbie here, apologies in advance!
I am trying to use the header function to forward one of a
PHP Code reffering to database, doing something wrong.. pls help
Well i am quite new with PHP
and for school we have to make a PHP script which reffers to a Data
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc
How to convert this array to string
I am having problems converting this array to a string
using print_r($val[1]); I get:
Code: [
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?