+ Post New Thread
Page 3 of 24 FirstFirst 1 2 3 4 5 13 ... LastLast
Threads 41 to 60 of 477

Forum: PHP Notes

  1. note 33955 added to language.types.array

    I was having trouble getting javascript arrays and php arrays to work together with a Check All checkboxe. Here is a simple solution. Clicking the...

    • Replies: 0
    • Views: 911
    10:59 PM Go to last post
  2. note 33953 added to index

    good manual !................................ .............................,,,,,,,, ---- Manual Page -- http://www.php.net/manual/en/index.php...

    • Replies: 0
    • Views: 908
    09:30 PM Go to last post
  3. note 33950 added to faq.general

    Ich habe eine php-Datei aus dem gelben Fenster heruntergeladen. Nun weiß ich aber nicht weiter. Sie läßt sich nicht öffnen. Was soll ich damit tun?...

    • Replies: 1
    • Views: 918
    07:48 PM Go to last post
  4. note 33951 added to function.imap-bodystruct

    I don't know if it's a bug or what, but imap_bodystruct(..,..,0) made my apache 2.0.46 (win32) PHP 4.3.2 'generate an error and be closed'... All I...

    • Replies: 1
    • Views: 1,426
    07:48 PM Go to last post
  5. note 33952 deleted from function.main by didou

    Note Submitter: benopierce@yourmom.com ---- I can't get to the "check mail" part of yourmom.com. Haven't been able to in 2 days. It no longer...

    • Replies: 0
    • Views: 847
    07:48 PM Go to last post
  6. note 33952 added to function.main

    I can't get to the "check mail" part of yourmom.com. Haven't been able to in 2 days. It no longer exicts, jsut error messages in place. Please help...

    • Replies: 0
    • Views: 850
    07:47 PM Go to last post
  7. note 33949 added to function.getlastmod

    what about when the page stays static, but the data it pulls from mysql tables changes? how can i check it then? ---- Manual Page --...

    • Replies: 1
    • Views: 1,084
    07:23 PM Go to last post
  8. note 33948 added to function.sha1

    Since SHA1 generates a whole lot of random-looking characters, I figured it can be used to generate "unique" ID's. This is the function I use in my...

    • Replies: 0
    • Views: 989
    07:00 PM Go to last post
  9. note 33946 added to function.array-diff-assoc

    The following will recursively do an array_diff_assoc, which will calculate differences on a multi-dimensional level. (Forgive me if the braces do...

    • Replies: 0
    • Views: 1,067
    06:10 PM Go to last post
  10. note 33945 rejected from function.money-format by alindeman

    Note Submitter: zachwest@osolutions.net ---- PHP Fatal error: Call to undefined function: money_format() I have php 4.3.2 and I am getting...

    • Replies: 0
    • Views: 1,065
    05:46 PM Go to last post
  11. note 33945 added to function.money-format

    PHP Fatal error: Call to undefined function: money_format() I have php 4.3.2 and I am getting this error. Any explinations? ---- Manual Page ...

    • Replies: 0
    • Views: 1,365
    05:42 PM Go to last post
  12. note 33943 rejected from function.pg-close by alindeman

    Note Submitter: laparten@painenterprises.com ---- I need disconected from you site. Takes up whole screen and I cannot terminated session. ...

    • Replies: 0
    • Views: 928
    05:34 PM Go to last post
  13. note 33944 added to function.array-combine

    // Here's another pre PHP 5 alternative. function array_combine($keys, $vals) { $i = 0; foreach ($keys as $key) { $newarray = $vals; } return...

    • Replies: 0
    • Views: 934
    05:24 PM Go to last post
  14. note 33943 added to function.pg-close

    I need disconected from you site. Takes up whole screen and I cannot terminated session. Help. ---- Manual Page --...

    • Replies: 0
    • Views: 898
    05:21 PM Go to last post
  15. note 33942 added to function.is-file

    For those interested on Win2k Server/IIS5/PHP 4.3.2 both is_dir() and is_file() reported incorrectly when cycling through a directory. Is dir...

    • Replies: 1
    • Views: 894
    05:21 PM Go to last post
  16. note 33941 added to language.oop.magic-functions

    It is difficult to store objects in sessions as PHP doesn't necessarily have the correct class definitions on hand to unserialize the objects. Below...

    • Replies: 0
    • Views: 1,083
    04:38 PM Go to last post
  17. note 33937 deleted from language.operators.comparison by didou

    Note Submitter: kari_hre@hotmail.com ---- The ternary operator with many conditions has always confused me so I sat down and played with it for...

    • Replies: 0
    • Views: 890
    04:04 PM Go to last post
  18. note 33938 added to function.uniqid

    I think another nice way to get an unique id is simply to calculate the md5 hast of the current microtime or time md5(microtime()) / md5(time())...

    • Replies: 0
    • Views: 1,107
    03:57 PM Go to last post
  19. note 33936 added to function.strtotime

    Two usefull functions, if you want to built your own calendar. ################ # Returns date of the Monday for given number of week(1..53) and...

    • Replies: 0
    • Views: 1,028
    03:01 PM Go to last post
  20. note 33935 added to ref.pdf

    I found a very good FREE pdf generation tool go to www.fpdf.org The best part of this is it is FREE. It does everything! Hope this helps everyone....

    • Replies: 0
    • Views: 1,811
    02:14 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