Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
How to load mysql (and other) extensions into PHP
How to load mysql (and other) extensions into PHP PHP Development forum discussing coding practices,
building a function with multiple outputs
I want to build a function that has multiple outputs.
I know but am not to sure how I should
Multiple submit forms inside a mysql array page
Hi all,
Im having trouble to get the beneath script to work the thing i can't seem to get wor
Basic Forum Tutorial
Hi, I'm new to PHP. I want to build a basic forum for my site using PHP and MySQL. I've searched t
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Error when call dll from oracle
Hi all, please help me!
I have dll write C language, I want call it from oracle procedur
php mailer
How can i send a mail to large no, say 50,000 reciepients using [color=#0000FF]php mailer[/color]
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?