Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 7 of 7
Search took 0.03 seconds.
Search: Posts Made By: floryncfd
Forum: PHP 10-16-2008, 01:34 PM
Replies: 10
Views: 46,868
Posted By floryncfd
http://www.zend.com/en/resources/webinars/ ...

http://www.zend.com/en/resources/webinars/

For advanced PHP programmers. Videos and slideshows.
They will continue to post conferences here, so stay in touch.

PS: Make an account on Zend site...
Forum: PHP 10-16-2008, 01:21 PM
Replies: 1
Views: 501
Posted By floryncfd
Have you declared $image variable ? However,...

Have you declared $image variable ?

However, instead of this:

$extension = explode(".", $image);
$extension = $extension[count($extension)-1];

I use:

$extension = pathinfo($image,...
Forum: PHP 10-16-2008, 01:05 PM
Replies: 3
Views: 577
Posted By floryncfd
Use this query instead: "SELECT * FROM tble...

Use this query instead:
"SELECT * FROM tble ORDER BY date_uploaded"
Forum: MySQL 10-16-2008, 12:55 PM
Replies: 3
Views: 1,875
Posted By floryncfd
I agree with guelphdad. But I did not said that...

I agree with guelphdad. But I did not said that the column in which you store the value is a float type. This would be a string type.

I think that such validations are useful when you verify if a...
Forum: MySQL 10-09-2008, 06:41 AM
Replies: 3
Views: 1,875
Posted By floryncfd
Valide float numbers in MySQL

Sometimes you need to validate numbers in MySQL (specially when you use stored procedures). How to validate a float number ?

For example the string '-2.14g846' should'nt be validated as a float...
Forum: JavaScript programming 10-09-2008, 06:34 AM
Replies: 6
Views: 33,345
Posted By floryncfd
Sorry for my mistake. Thanks liorean for your...

Sorry for my mistake. Thanks liorean for your remark
Forum: JavaScript programming 10-03-2008, 02:27 PM
Replies: 6
Views: 33,345
Posted By floryncfd
This...

This ^([+/-]?((([0-9]+(\.)?)|([0-9]*\.[0-9]+))([eE][+\-]?[0-9]+)?))$
did not work for me (MySQL 5.0.45). For example the string '-2.14g846' is validated as a float number, but it shouldn't be as...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 10:12 PM.