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 12 of 12
Search took
0.07
seconds.
Search:
Posts Made By:
rgb
Forum:
PHP
05-11-2013, 01:01 PM
Replies:
5
Resolved
Algorithms & for loops
Views:
234
Posted By
rgb
Slightly off topic, but the font tag used by the...
Slightly off topic, but the font tag used by the original poster is no longer supported in HTML5.
Forum:
Post a PHP snippet
03-20-2013, 07:42 PM
Replies:
0
Public Holidays in England and Wales as Julian Days
Views:
343
Posted By
rgb
Public Holidays in England and Wales as Julian Days
I couldn't find a simple routine for doing this, but found several people asking for one, so I put this together. It could probably be done more elegantly, but it's simple to understand this way. It...
Forum:
PHP
02-26-2013, 11:07 AM
Replies:
11
I can't undertsand why this is occuring
Views:
457
Posted By
rgb
I've always understood that mysql_fetch_array()...
I've always understood that mysql_fetch_array() should always include a second argument, either MYSQL_NUM or MYSQL_ASSOC, because by default it outputs both the numerically indexed and the...
Forum:
PHP
01-19-2013, 06:05 PM
Replies:
7
Looping through an array and running a query each time?
Views:
474
Posted By
rgb
Same principle. Wouldn't this work? ...
Same principle. Wouldn't this work?
foreach($people as $person) {
$sql = "Select id from table WHERE name = '$person'";
$result = mysql_query($sql);
while($row =...
Forum:
PHP
01-19-2013, 04:26 PM
Replies:
7
Looping through an array and running a query each time?
Views:
474
Posted By
rgb
mysql_fetch_array() needs a second argument e.g...
mysql_fetch_array() needs a second argument e.g MYSQL_NUM to return just one result row instead of both the associative and the numerical ones. You are also creating another array inside your while...
Forum:
PHP
12-16-2012, 06:19 PM
Replies:
5
Problem with require_once
Views:
351
Posted By
rgb
I would try calling the file on a path relative...
I would try calling the file on a path relative to the calling file rather than an absolute path - just in case I had the absolute path wrong.
Forum:
PHP
12-15-2012, 10:52 PM
Replies:
5
Best way to start a comparison list.
Views:
308
Posted By
rgb
I agree with Andrew. 72 tables is a bit over the...
I agree with Andrew. 72 tables is a bit over the top. Why not just assign the 36 parameters to 36 elements in an array, each element being a 0 or 1 for 'off' or 'on'. You could then implode the...
Forum:
PHP
12-08-2012, 02:33 PM
Replies:
10
Can someone see the error in my logic?
Views:
515
Posted By
rgb
As a newcomer I'm learning a lot from this forum...
As a newcomer I'm learning a lot from this forum and I've been playing with some of the suggestions on this topic.
Wouldn't something simple like this do the job? Playing with Fou-Lou's latter...
Forum:
PHP
11-26-2012, 11:51 AM
Replies:
10
Would like to check if my image uploader is considered safe.
Views:
735
Posted By
rgb
I was overwhelmed by the ingenuity of hackers and...
I was overwhelmed by the ingenuity of hackers and closed my picture upload site. But if I were to do it again I would:
Upload the files to a folder below the public_html root so that it was not...
Forum:
PHP
11-25-2012, 11:39 AM
Replies:
10
Would like to check if my image uploader is considered safe.
Views:
735
Posted By
rgb
Validating the file type simply by checking the...
Validating the file type simply by checking the file extension is very dangerous. It's relatively easy for hackers to append a malicious script inside an image file. Even using GD functions to...
Forum:
PHP
11-23-2012, 06:08 PM
Replies:
4
Login For Wordpress
Views:
359
Posted By
rgb
I sidestepped this problem once by embedding an...
I sidestepped this problem once by embedding an iframe into a Wordpress page and running my existing client login and booking system inside the iframe.
Forum:
PHP
07-15-2011, 09:58 AM
Replies:
6
problem with two sign
Views:
471
Posted By
rgb
I think the greater than or equal to operator is...
I think the greater than or equal to operator is >=
=> associates the key to the value in an array.
Showing results 1 to 12 of 12
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
12:06 AM
.
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.