Table Control
Hi Guru's,
I've created a Module pool program, which contains the Table Control.
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
Why do I get this error
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a5488351/public_html/b
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redi
Why use interfaces in PHP (OOP)
I am learning OOP in PHP and its been a pretty good learning experience so far. What I didn't unders
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
I apologise! It's a newbie to PHP feedback form problem!
Hi,
I am a total newbie to PHP. I am also a unemployed and need to get a job. So after 100% r
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her