Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Exporting new records
Trying to figure out the best way to set this up.
People register my site.
Their prof
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
How to make URL loads only on login
On my page, when a user login he's redirects to user_home.php. I made it also to open the chat scree
Help with syntax
Hi all!
The $bridge variable is not getting passed while it is contained in the line below:
Casting Decimals in Oracle
This code worked as a query in DB2, but I am not sure what the syntax is for casting decimals in Ora
help removing unwanted graphic
How do I remove the small elongated rectangular shape between the "Latest post" and "
Setting/Modify Headers using mail() function
I have a question about setting email headers when using mail() in a php script.
When I send
Displaying Multidimensional Arrays...about to put my head in a vice, PLEASE HELP
I am fairly new to PHP and MySQL and I have a problem which I have been trying to resolve for days.
Help with PHP Calendar code...
Hello, I'm new to this forum and I'm glad I found it.
I wrote this code for a PHP calendar as an