+ Post New Thread
Page 2 of 24 FirstFirst 1 2 3 4 12 ... LastLast
Threads 21 to 40 of 477

Forum: PHP Notes

  1. note 33975 added to function.addslashes

    Note that when using addslashes() on a string that includes cyrillic characters, addslashes() totally mixes up the string, rendering it unusable....

    • Replies: 0
    • Views: 1,104
    05:23 PM Go to last post
  2. note 33974 added to function.defined

    btw: (PHP 4.1.2 + 4.3.2) echo gettype(defined('SOMETHING')); integer ---- Manual Page -- http://www.php.net/manual/en/function.defined.php...

    • Replies: 0
    • Views: 1,206
    04:46 PM Go to last post
  3. note 33973 added to index

    Why don't you guys update your manual? The manual over at zend.com ( http://zend.com/manual/ ) is almost always newer. ---- Manual Page --...

    • Replies: 0
    • Views: 951
    04:40 PM Go to last post
  4. note 33972 added to index

    The following picture is missing from the server: http://www.php.net/manual/en/images/diophantine-equation.png Regards Carl Friis-Hansen ----...

    • Replies: 1
    • Views: 878
    04:39 PM Go to last post
  5. note 10245 deleted from function.sybase-connect by didou

    Note Submitter: s_keyser@hotmail.com ---- the function sybase_connect( ) returns 1 upon login and/or password incorrect

    • Replies: 0
    • Views: 1,085
    04:21 PM Go to last post
  6. note 33971 added to function.date

    The ISO 8601 timeformat required in XML-RPC needs a colon in the time zone offset (-05:00 vs. -0500). However, the time zone offset output "O" in PHP...

    • Replies: 0
    • Views: 865
    03:26 PM Go to last post
  7. note 33970 added to tutorial

    <html> <head> <title>PHP Test</title> </head> <body> <?php echo "<p>Hello World</p>"; ?> </body> </html> ---- Manual Page --...

    • Replies: 1
    • Views: 919
    02:04 PM Go to last post
  8. note 33969 added to function.md5-file

    If you not running => PHP 4.2.0 here's a function. The file needn't be writeable. ---------------------- <?php function md5_of_file($file) {...

    • Replies: 0
    • Views: 941
    12:03 PM Go to last post
  9. note 33967 added to control-structures.while

    also nice: while (TRUE) { ... break; } ....if you've got very many conditions to check and need a complex if-construct, this may be more...

    • Replies: 0
    • Views: 967
    09:01 AM Go to last post
  10. note 33966 added to function.socket-create

    Hi there, Does anyone know how to get the provider of the visitor of your webpage ?? thnx ! Diederik ---- Manual Page --...

    • Replies: 0
    • Views: 1,021
    08:57 AM Go to last post
  11. note 33965 added to function.odbc-primarykeys

    Please take note I have same problem. While using with DB2. ---- Manual Page -- http://www.php.net/manual/en/function.odbc-primarykeys.php Edit...

    • Replies: 0
    • Views: 868
    08:50 AM Go to last post
  12. note 33964 added to control-structures.for

    for ($n=5;$n<=100;$n++){ for ($m=2;$m<=$n-1;$m++){ if ($n%$m==0){ $primo=false; break; }else{ $primo=true; } } if ($primo==false){

    • Replies: 0
    • Views: 884
    08:39 AM Go to last post
  13. note 33963 added to function.md5-file

    Heres a md5_checksum function I made, it works on local and remote files. You can specify which mode to use, local or remote mode. Also if you use...

    • Replies: 0
    • Views: 1,753
    05:56 AM Go to last post
  14. note 33962 deleted from function.gd-info by alindeman

    Note Submitter: Ron ---- Thanks, that worked for me, much appreciated... :)

    • Replies: 0
    • Views: 897
    02:05 AM Go to last post
  15. note 33962 added to function.gd-info

    Thanks, that worked for me, much appreciated... :) ---- Manual Page -- http://www.php.net/manual/en/function.gd-info.php Edit Note --...

    • Replies: 0
    • Views: 973
    01:48 AM Go to last post
  16. note 33958 added to ref.mysql

    I have installed php 5.0 along with mysql 3.23 on windows XP, using apache 1.3. I am having difficulty getting information from my php files to send...

    • Replies: 1
    • Views: 909
    01:40 AM Go to last post
  17. note 33959 added to function.pg-pconnect

    If you want a really neat solution just go to the control panel and mess around with all the crap in there then open up your internet and pray that...

    • Replies: 1
    • Views: 1,068
    01:40 AM Go to last post
  18. note 33960 added to features.persistent-connections

    i have a cheerleader here wants to help with my paper. ill let her do all the work and maybe later ill rape her. ---- Manual Page --...

    • Replies: 1
    • Views: 990
    01:40 AM Go to last post
  19. note 33957 added to features.remote-files

    In response too: -------------------- "Be careful when you use something like index.php?showpage=news.php and include() that $showpage file....

    • Replies: 0
    • Views: 888
    11:41 PM Go to last post
  20. note 33956 added to function.highlight-string

    There are already some functions for numbering and highliting a string containging PHP sourcecode on this site, but they were buggy or wasted...

    • Replies: 0
    • Views: 1,003
    11:17 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139