Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Print 'a' to 'z' via for loop
A very simple problem..
How Can I print a to z NOT a to y ?
It is a part of a code where
<
SQl num_rows problem
when i try to count rows from an SQL select i get an warning
Code: [Select]$countviews = mysq
Display certain image depending on time of year
Hi, I am new to these forums and would really appreciate some advice on a piece of coding I have don
email CODING Problem
Email coding problem.
I need to send a section of the info to $tf and the same as a Cc to $em
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
Issues: PHP Forms -Clearing
I've tried looking online before actually asking for help, but I've been looking for about the past
Gerenate tabel in Php
I whant to generate a tabel takeing data from database like this one so the results to be display on
Help please - How to validate from 2 possible answers
Hi
I hope somebody can help me with what will probably be really simple, I'm pulling my hair
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr