Variable Clash
In the past I've had variables clash. For example:
Code: <?php
$c = 5;
$ca
How to generate a text file using php...?
Hi,
Can anyone give me code to generate a text file using php
Thanks in advance
Confused with Loop
guys, i got confused with Looping...this is the case
I have 3 stocks, let say "Stock A&q
PHP Error
On my .php page I have a drop down box that has several names in it. When a user clicks the name &am
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
set xml path in flash when xml created in memorystream and webrequest
i am creating an xml file using memory stream and i want to load this xml file into the flash on cli
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.
Seco
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However