str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
Hyperlink is adding an extra gap to variable
Hi, here's my problem..
I have a php generated page with a hyperlink which opens in a new win
url- go to webpage
i have an input text field and submit button.
how do i make the url entered into the textfiel
How do I use ValidatorCallout extender in Login control?
Hi,I'd like to customize the look and feel of the login control a little bit. One thing I'd love to
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
Code clarification
Hi
In the following code what could be the "search_print()" and where it could be
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
User information
Hi All,
By using t-code SUIM we get all the user details,if suppose we donot have permission t
How can i use [] tags instead of <> tags for profiles??
On my site im making ive made it so u can register, login and u have a profile which u can update..<