User registration and login
I don't know whether this is the correct forum, if not i apologise but am pretty desperate at the mo
DYNPRO_FIELD_CONVERSION
Hi gurus,
I got a dump when I run one of my program. the dump is described below:
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
Quick variable question
hey guys/gals,
im trying to write a php script and it works fine as i have it, but i need to set
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
Load file in PHP
I have 2 files. The first is a PHP generated XML file that's dependent by 2 inputs. The second is a
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
Why Are These Functions Causing MASSIVE Memory Problems? Please Help!
Hi,
I have a script with some options.
I use regex to replace patterns in strings, but