mysql_real_escape_string vs addslashes531 (10/20/2009 6:20:09 PM) comp.lang.php Is mysql_real_escape_string to be preferred when do a SQL SELECT--or doesn't it matter. As I understand it, mysql_real_escape_string() is to be preferred when you insert data into a table. ... kurtk
the header 'WWW-Authenticate'329 (9/22/2008 3:09:50 AM) comp.lang.php I had a question about the use of the HTTP header 'WWW-Authenticate' in PHP scripts. For example, the script below sends the header 'WWW- Authenticate: Basic Realm="Secret Stash"', followed by the header 'HTTP/... kurtk
Recommend good php editor1028 (8/30/2005 6:47:18 PM) comp.lang.php Can someone recommend a good php editor? Beside syntax highlighting, I am looking for an editor that will allow me to do "block selection" (that is, copy from column, say, 5 to column 12 of several lines of tex... kurtk
How do I get index.php to be automatcially recognized by Apache?433 (7/3/2005 11:26:23 PM) comp.lang.php I have install Apache and php5. I can execute php with no problem. However, I would like index.php to be recognized and executed the way that index.html is. That is, I want to be able to type www.mysite.com in ... kurtk
C++/CLI #2537 (11/11/2004 1:39:47 AM) comp.lang.c++ Could someone tell me what the CLI in C++/CLI means. Is C++/CLI a Microsoft-only thing? thanks. ... Kurt
copy constructor question #21133 (11/2/2004 3:48:37 PM) comp.lang.c++ Given a class X class X { public: X(int); X(const X&); //. . . }; Is this line X x1(1); the same thing as X x2 = 2; That is, does the initialization of x2 result in a call the copy constructor and... Kurt
keybd_event()335 (1/11/2005 1:56:07 AM) comp.lang.c++ I cannot seem to get this to work. How do I use this (or should I be using SendInput() ) to send keystrokes to Iapplications/games? I know I need to use a getfocus function. For instance, I could use keybd_eve... bradfordh(48)
Template functions vs. function objects429 (2/1/2005 7:32:58 PM) comp.lang.c++ Hi Can someone please write some "compare and contrast" notes for "Template functions vs. function objects"? When to use one and not the other? For example, the TF square_f does the same thing as the FO square_... richardclay09(10)
template specialization of a template class824 (2/8/2005 9:41:15 PM) comp.lang.c++ I dare to bother you again. Given a template class: template class ClassA { T t; public: void jump(T _t); void die(); }; I need a specialization of this class to provide different implementation of ju... ngclcpppit(3)
Dereference Adaptor317 (2/27/2005 6:55:10 PM) comp.lang.c++ Hello, I need to sort a range of pointers with a predicate which applies to the pointees. I tried to use boost::indirect_iterator, however, this will sort the container with the pointees instead the one with... nospam328(459)
How do I get index.php to be automatcially recognized by Apache?433 (7/3/2005 11:26:23 PM) comp.lang.php I have install Apache and php5. I can execute php with no problem. However, I would like index.php to be recognized and executed the way that index.html is. That is, I want to be able to type www.mysite.com in ... kurtk(35)
Any good PHP PEAR web host or hosting ?128 (8/19/2005 6:07:15 PM) comp.lang.php Just curious, if there's any out there, that stand out? Rank above the others, with stability, uptime, Support, etc. Ideally, a responsive tech-support staff that can assure, I'll have the latest PEAR modules ... invinfo(44)
Recommend good php editor1028 (8/30/2005 6:47:18 PM) comp.lang.php Can someone recommend a good php editor? Beside syntax highlighting, I am looking for an editor that will allow me to do "block selection" (that is, copy from column, say, 5 to column 12 of several lines of tex... kurtk(35)
the header 'WWW-Authenticate'329 (9/22/2008 3:09:50 AM) comp.lang.php I had a question about the use of the HTTP header 'WWW-Authenticate' in PHP scripts. For example, the script below sends the header 'WWW- Authenticate: Basic Realm="Secret Stash"', followed by the header 'HTTP/... kurtk(35)
mysql_real_escape_string vs addslashes531 (10/20/2009 6:20:09 PM) comp.lang.php Is mysql_real_escape_string to be preferred when do a SQL SELECT--or doesn't it matter. As I understand it, mysql_real_escape_string() is to be preferred when you insert data into a table. ... kurtk(35)