Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.03 seconds.
Search: Posts Made By: Extrovertive
Forum: PHP 07-21-2002, 08:21 AM
Replies: 1
Views: 1,650
Posted By Extrovertive
help with simple regular expression code

<?php
$name = '@^#@#';
if(ereg("([[:punct:]]+)[[^:alnum:]]", $name)) echo "yes";
?>


ok, im a little stumped on regular expression. what im trying to do above is make sure th $name string...
Forum: PHP 07-16-2002, 05:12 AM
Replies: 4
Views: 1,502
Posted By Extrovertive
is that a script from a tutorial site? if so,...

is that a script from a tutorial site? if so, where?
Forum: PHP 07-14-2002, 07:26 AM
Replies: 6
Views: 7,601
Posted By Extrovertive
Thumbs up thank you for helping a php newbie. u are the man.

thank you for helping a php newbie. u are the man.
Forum: PHP 07-14-2002, 04:05 AM
Replies: 6
Views: 7,601
Posted By Extrovertive
doesnt work on my localhost

doesnt work on my localhost
Forum: PHP 07-13-2002, 09:01 PM
Replies: 6
Views: 7,601
Posted By Extrovertive
Unhappy php changing color bg code help

im trying to make a page that change color background by clicking on a link. however, it doesn't work. why?


<?php
if(!isset($_POST[color])) $_POST[color] = 'green';
?>

<html>
<head>...
Forum: PHP 07-10-2002, 07:42 AM
Replies: 7
Views: 2,480
Posted By Extrovertive
thanks a lot firepages. do u know where i can...

thanks a lot firepages. do u know where i can find this on the php usermanual?
Forum: PHP 07-10-2002, 03:03 AM
Replies: 7
Views: 2,480
Posted By Extrovertive
weird. testing it offline on my localhost doesnt...

weird. testing it offline on my localhost doesnt work. but i when i upload it on my webserver, it works. what's up with that???
Forum: MySQL 07-10-2002, 01:44 AM
Replies: 0
Views: 3,708
Posted By Extrovertive
using grant in phpmyadmin

i installed mysql w/ phpmyadmin on my localhost. i created a database using phpmyadmin. now i want to create a user and password for it. how would i do that?

i did read the mysql's documentation....
Forum: PHP 07-10-2002, 01:31 AM
Replies: 7
Views: 2,480
Posted By Extrovertive
Unhappy help with simple form php code

<html>
<head>
<title> Testing </title>
</head>
<body>

<h2> The BACKWORD: </h2>
<br>

<?php
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 06:47 PM.