+ Post New Thread
Page 1 of 24 1 2 3 11 ... LastLast
Threads 1 to 20 of 477

Forum: PHP Notes

  1. note 33994 added to function.mysql-pconnect

    Do not use transactions (e.g. with InnoDB MySQL tables) with persistent connections. If your script stops or exits for any reason, your transaction...

    • Replies: 0
    • Views: 684
    01:27 AM Go to last post
  2. note 33993 added to function.strip-tags

    Judging from the sheer number of "holes" found in the posted samples, clearly, creating "safe" html is a difficult task. Consider an alternative...

    • Replies: 0
    • Views: 767
    12:45 AM Go to last post
  3. note 33992 added to function.extract

    With regard to what's been said, I like to work with variables without a prefix but it is not good to import them all into a global scope. In...

    • Replies: 0
    • Views: 583
    11:53 PM Go to last post
  4. note 33991 added to function.mail

    If your mail server requires authentication or if you just need to communicate directly via sockets, refer to the documentation on fsockopen(). ...

    • Replies: 0
    • Views: 562
    11:08 PM Go to last post
  5. note 33990 added to function.iconv

    Maybe I am doing something wrong, but it seems to me that somewhat contrary to the documentation in 4.3.2 iconv() returns an empty string on failure,...

    • Replies: 0
    • Views: 583
    11:02 PM Go to last post
  6. note 33989 added to function.ldap-modify

    The $entry parameter can be an array of values for an attribute. Just be careful that your array's indices are numerically contiguous. For example,...

    • Replies: 0
    • Views: 608
    10:52 PM Go to last post
  7. note 33988 added to function.mssql-connect

    Using MSSQL 2000 and Windows Server 2003 Enterprise running on a separate machine from the web server, I was unable to get PHP to connect to MSSQL...

    • Replies: 0
    • Views: 596
    10:51 PM Go to last post
  8. note 33980 rejected from function.imagecopymerge by torben

    Note Submitter: caj@gmx.com ---- is there a posibility to create an image on the fly using this function and not so save it, but displaying it...

    • Replies: 0
    • Views: 536
    10:41 PM Go to last post
  9. note 33983 added to function.fwrite

    What happens if the file doesnt exist in the server? does php create the file? ---- Manual Page --...

    • Replies: 1
    • Views: 641
    10:40 PM Go to last post
  10. note 33987 added to tutorial.oldcode

    Sorry for the multiple posts. Here's yet another way of doing the same thing. $expected=array( 'name', // Only accept these variables from a...

    • Replies: 0
    • Views: 546
    10:33 PM Go to last post
  11. note 33984 added to function.getimagesize

    I couldn't get the function to work with (absolute or relative) URL as argument on a site secured with Basic Authentication (platform: FreeBSD,...

    • Replies: 0
    • Views: 604
    10:24 PM Go to last post
  12. note 33981 added to function.mysql-fetch-row

    It is probably worth pointing out that the array elements will actually be of type string, OR NULL if the field is null in the database. Thus,...

    • Replies: 0
    • Views: 660
    08:05 PM Go to last post
  13. note 33979 added to function.ereg-replace

    I had a need to remove comments from a string. They were started with ''. I tried to to this with ereg_replace, but couldn't get to it. However, I...

    • Replies: 0
    • Views: 599
    07:27 PM Go to last post
  14. note 33978 added to function.mysql-pconnect

    I am very tired in enter in my principal page. How can I do this? ---- Manual Page -- http://www.php.net/manual/en/function.mysql-pconnect.php...

    • Replies: 1
    • Views: 692
    06:18 PM Go to last post
  15. note 24613 deleted from function.sybase-min-error-severity by didou

    Note Submitter: ---- This function does not exist. See: http://cvs.php.net/co.php/php4/ext/sybase_ct/php_sybase_ct.c

    • Replies: 0
    • Views: 577
    06:03 PM Go to last post
  16. note 24614 deleted from function.sybase-min-message-severity by didou

    Note Submitter: ---- This function does not exist. See: http://cvs.php.net/co.php/php4/ext/sybase_ct/php_sybase_ct.c

    • Replies: 0
    • Views: 564
    06:03 PM Go to last post
  17. note 33976 added to function.fopen

    This was a major headache for me but a very simple fix: instead of using the actual path to your file like this: $handle =...

    • Replies: 1
    • Views: 596
    05:53 PM Go to last post
  18. note 33977 added to keyword.paamayim-nekudotayim

    A great way to implement enums in PHP is to use the :: operator. For instance, if I had a class FormField, with a member variable $Type, I could...

    • Replies: 0
    • Views: 609
    05:15 PM Go to last post
  19. note 12303 deleted from function.sybase-connect by didou

    Note Submitter: php-general@lists.php.net ---- To mmagicm: All I can say is that it worked for me ! Have a look at my source :...

    • Replies: 0
    • Views: 602
    04:28 PM Go to last post
  20. note 9051 deleted from function.sybase-connect by didou

    Note Submitter: laurent.francoise@winnbat.fr ---- Undocumented parameter "charset" ... The complete prototype of sybase_connect is : int...

    • Replies: 0
    • Views: 579
    04:27 PM Go to last post

+ Post New Thread
Page 1 of 24 1 2 3 11 ... LastLast

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