Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Form help: Syntax & Logic
Hello again all,
I'm working on a form and ran into a wall (again) and can't seem to think th
Help uploading .JPG
I have a problem with upload images when the ending is .JPG capitalized.. I really don't know what c
single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be
"SEO" URLs
Hey, I'm wondering how to go about creating and using these types of URLs. I'm presuming it's PHP th
Need help with unexpected T-STRING error
I'm a newbie and I'm still learning PHP. However this error has me stumped. I've googled, searched t
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here
Transaction variant for VA02 not working
My requirement is to have transaction for user to only add the output and print a sales order.
MS Access data into a html table
Hi everyone, I am quite a novice at php but I have created some helpful scripts that fetch data
f
How to limit the calls to an API
Hello, in my simple script I call an api which effectively involves me getting an xml file.
H