Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 6 of 6
Search took
0.06
seconds.
Search:
Posts Made By:
Centaur
Forum:
MySQL
08-10-2002, 05:54 AM
Replies:
2
My PHP/MySQL code just doesn't want to work...
Views:
2,061
Posted By
Centaur
Why don’t you escape all those " in the...
Why don’t you escape all those " in the string being echoed with a backslash?
echo ("<font face=\"Comic Sans MS\" size=\"3\" color=\"#FFFFFF\"><a href=\"$url\">$name</a><br><font face=\"Comic...
Forum:
PHP
08-02-2002, 05:27 PM
Replies:
10
Passing String with URL Problem?
Views:
2,281
Posted By
Centaur
dist means distribution, that’s the default...
dist means distribution, that’s the default template which you are supposed to copy and modify.
And one advice: leave register_globals off and get a habit of accessing arguments via $_GET...
Forum:
Perl/ CGI
07-29-2002, 02:51 PM
Replies:
4
Cleaning form submited strings
Views:
2,012
Posted By
Centaur
Get the manual and read the perlre part....
Get the manual and read the perlre part. Understanding regular expressions is essential for text analysis.… || $FORM{'data8'} !~ /^[0-9A-Za-z]*$/ || …This subexpression evaluates to...
Forum:
Perl/ CGI
07-28-2002, 06:51 PM
Replies:
4
Cleaning form submited strings
Views:
2,012
Posted By
Centaur
$data1 =~ s/[^ 0-9A-Za-z]//g; $data2 =~ s/[^...
$data1 =~ s/[^ 0-9A-Za-z]//g;
$data2 =~ s/[^ 0-9A-Za-z]//g;
$data3 =~ s/[^ 0-9A-Za-z]//g;
$data5 =~ s/[^0-9A-Za-z]//g;
$data6 =~ s/[^0-9]//g;The last one will only do what you asked, that is, it...
Forum:
PHP
07-27-2002, 11:33 AM
Replies:
3
string replace JUST Words...
Views:
1,614
Posted By
Centaur
if (preg_match("/^((\\w+\\W+){0,19}\\w+)/",...
if (preg_match("/^((\\w+\\W+){0,19}\\w+)/", $string, $matches)) {
echo "<p>First 20 or less words: ". $matches[1]. "</p>";
}
Forum:
PHP
07-27-2002, 10:40 AM
Replies:
39
Distinguishing submit from refresh?
Views:
9,005
Posted By
Centaur
There is an approach which is used in many forum...
There is an approach which is used in many forum engines. In fact, this very forum uses it. When the user posts a form, the form handler does not immediately show the result page. Instead, the user...
Showing results 1 to 6 of 6
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:22 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.