Search Results

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: leviathan185 ; Forum: PHP and child forums
Forum: PHP 11 Days Ago
Replies: 15
Views: 371
Posted By leviathan185
It happens to the best of us ;)
Forum: PHP 12 Days Ago
Replies: 15
Views: 371
Posted By leviathan185
As much as I try and aviod overposting more experienced and respected posters, if you remove the [] that will only let you select 1 of the checkboxes and not multiple. If you want multiple You need...
Forum: PHP 13 Days Ago
Replies: 4
Solved: drop down menu
Views: 205
Posted By leviathan185
They are normaly done in HTML.


<html>
<body>
<select name="menu">
<option value="opt1">Option 1</option>
<option value="opt2">Option 2</option>
<option...
Forum: PHP 19 Days Ago
Replies: 4
Views: 220
Posted By leviathan185
I am a little confused to what you are asking but I think you might mean.


//your code is put into an if statement
<?php if (!mysql_query("$sqlcommandvariable")) die(mysql_error()); ?>

//...
Forum: PHP Aug 26th, 2009
Replies: 7
Views: 311
Posted By leviathan185
try using str_replace


<?php
$source = "string with • ";
$newString = str_replace("•", "", $source);



that should work
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC