Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
random generation
hi
i need help with generating this
numbers from 1-12
i want to generate in ran
textfield unchanged
hi,
i want my form to know whether its textbox is unchange or not.
if($textbox == 'unchang
Linking with Foreign Keys
I have been getting an erro when I try and link:
create table Faculty_Specialty (I_Name v
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm
Ball movement
I want to move a ball from one point to another and it should hit a group of balls at the other end
SAP Management Console is blank
Dear All ,
I am facing problem in my des sever suddely in SAP Management Console is blank and
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
Edit MySQL Row Using PHP and HTML Form
Hello,
Here's what I'm trying to do. Build a page where a user enters a MySQL row number in.
Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but