Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Re-Order by ID Number
I have a cms set up for inputting an image, thumb, title, pdf, and eps. When input the database ass
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
split string
Hi all
i have some names (imploded by comma):
Code: toronto,paris,madrid
Now, i would
shift numbers with paging
Hi
How would i be able to display 10 numbers 1 2 3 4 5 6 7 8 9 10
and when I click next
Stumped by Third Day of Month problem
I am trying to build an algorithm that will essentially do this:
Code: [Select]$this_month = Oct
Recognising Revenue daily
Hello.
Has anyone come across daily recognition of deferred income?
We want to implement R
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co
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