Since 7/15/2012 5:56:37 AM, point5404 has written 7 articles and participated in 17 conversations. point5404 signature:
point5404's articles:
Items(7) /1
Array, object problem....332 (9/18/2003 3:30:34 PM) comp.lang.php Hy guys... I need some help... In an object i have $this->data as array of mysql query results(see example) and a function in_multi_array() which isn't important.It just seraches for $needle in a multidimens... point
Php document generator from phpDoc style529 (9/11/2003 2:07:23 PM) comp.lang.php Anyone knows of a good and easy program or script which generates doc file from a phpdoc style comments???? PhpEdit has something like that but I need a standalone one... respect.... ... point
algorithm help....819 (9/10/2003 9:01:57 PM) comp.lang.php Hello there.... I hope there's someone who can help with one algorithm...I've been trying the whole day.... I'm building my own FORM class and have a function select(&$options, $name = "", $onchange = "") t... point
Object or Array??232 (9/7/2003 9:53:24 AM) comp.lang.php Hello there... I have a little issue here.... Which one is better(I think object) but would like to hear from someone more experienced.... class Persons { var $name; var $comments; var $thoughts; var $em... point
exif_read_data...problem with GD!??228 (9/3/2003 7:16:04 PM) comp.lang.php Need some help here..... I tried to use function exif_read_data() with the example from the manual and got: Fatal error: Call to undefined function: exif_read_data() .. Checked the GD and it's on....what's w... point
SelectBox and PHP639 (9/2/2003 9:29:11 AM) comp.lang.php Hy there... I have the following: number10 number20 If I want to print the choice I would use $_POST{'options'} and the $_POST{'options'} would have values of selected choice(10,20) But how can I ... point
regular expression help..740 (8/28/2003 1:50:49 PM) comp.lang.php I need some help with regulars... how can I check if $var contains only "----" (minus) no metter how many?? Thanx... point ... point
Array, object problem....332 (9/18/2003 3:30:34 PM) comp.lang.php Hy guys... I need some help... In an object i have $this->data as array of mysql query results(see example) and a function in_multi_array() which isn't important.It just seraches for $needle in a multidimens... point5404(24)
ADODB Insalation??? HOW????218 (9/18/2003 11:54:21 AM) comp.lang.php I am a newbi; but one that can usually figure something out with a product manual, or a visual example. Anyhow, I downloaded ADODB and was ready to install it with the help of the product manual, and this is ... Photoman6x6(1)
Php document generator from phpDoc style529 (9/11/2003 2:07:23 PM) comp.lang.php Anyone knows of a good and easy program or script which generates doc file from a phpdoc style comments???? PhpEdit has something like that but I need a standalone one... respect.... ... point5404(24)
Server vs Client data handling230 (9/11/2003 2:19:18 AM) comp.lang.php I in the process of learning MySQL and PHP and maybe my question is premature. So far everything that I am doing is Client data handling. Does PHP, using MySQL, have the ability to handle Server side instructi... bruceaj1(57)
Advanced PHP Graphs125 (9/11/2003 12:10:03 AM) comp.lang.php Hi, I have to create graphs which you can zoom into and have more controls. I dont want to use a Java Applet and would love to use PHp and any of its library. I guess such thing can be done with PHP and Flash ... ricky.arora(2)
algorithm help....819 (9/10/2003 9:01:57 PM) comp.lang.php Hello there.... I hope there's someone who can help with one algorithm...I've been trying the whole day.... I'm building my own FORM class and have a function select(&$options, $name = "", $onchange = "") t... point5404(24)
Object or Array??232 (9/7/2003 9:53:24 AM) comp.lang.php Hello there... I have a little issue here.... Which one is better(I think object) but would like to hear from someone more experienced.... class Persons { var $name; var $comments; var $thoughts; var $em... point5404(24)
exif_read_data...problem with GD!??228 (9/3/2003 7:16:04 PM) comp.lang.php Need some help here..... I tried to use function exif_read_data() with the example from the manual and got: Fatal error: Call to undefined function: exif_read_data() .. Checked the GD and it's on....what's w... point5404(24)
passing references250 (9/3/2003 8:40:48 AM) comp.lang.php hi all, i have some doubts in passing variables by references in php. i usually use class blah { function Params( &$params) { $this->params =& $params; } } where $params is an array. is the second & u... tole_carOBRISIOVAJDIO(2)