confirm subscribe to php-general@lists.php.net

2012-09-11 Thread php-general-help
quests automatically. Please do not send them to the list address! Instead, send your message to the correct command address: For help and a description of available commands, send a message to: To subscribe to the list, send a message to: To remove your address from the list, just sen

Re: [PHP] [php] static html search engine for php static html site

2011-12-26 Thread HELP LINE
On Mon, Dec 26, 2011 at 1:17 PM, HELP LINE wrote: > > Does any know of a better static search engine that i can integrate to my > > static php html site. it should not be Google or yahoo bing. > > A search engine cannot itself be static, since it has to process > variable u

[PHP] [php] static html search engine for php static html site

2011-12-26 Thread HELP LINE
Does any know of a better static search engine that i can integrate to my static php html site. it should not be Google or yahoo bing. thanks Izod duwa

[PHP] [php] unable to use rar_open ()

2009-06-23 Thread HELP!
I have install the windows php_rar.dll extension model in window but I have problem using the functions function extractZip( ) { $rar_file = rar_open('example.rar') or die("Failed to open Rar archive"); $entries_list = rar_list($rar_file); print

Re: [PHP] socket communication programming

2009-06-13 Thread HELP!
server is not detecting the end of the login message. Is there anyway you can add END of message to login package specified. Thnaks On Sat, Jun 13, 2009 at 10:28 PM, Manuel Lemos wrote: > Hello, > > on 06/12/2009 11:41 AM HELP! said the following: > > hi > &

Re: [PHP] [php] read/write error

2009-06-12 Thread HELP!
ALSO TRYING 0X0A or A still no respond. its realy frustrating becuase written or readiing is a simple straight foward On Wed, Jun 10, 2009 at 3:51 PM, Robin Vickery wrote: > 2009/6/8 HELP! > >> opening of the sorket is ok and writting LOGIN packet to the sorket is >> also >

[PHP] socket communication programming

2009-06-12 Thread HELP!
hi I can not get the stream_get_contents() to work. it's returning empty. If you have a login details "ALOGINPASS 1A" cant you just fwrite($ft, "ALOGINPASS 1A"); or do you need to add other things what is the meaning of this string" GET / HTTP/1.0\r\nHost: www.example.com\r\nAccept

Re: [PHP] [php] read/write error

2009-06-12 Thread HELP!
ww.example.com\r\nAccept <http://www.example.com/r/nAccept>: */*\r\n\r\n" On Wed, Jun 10, 2009 at 3:51 PM, Robin Vickery wrote: > 2009/6/8 HELP! > >> opening of the sorket is ok and writting LOGIN packet to the sorket is >> also >> ok but reading the response to know if

[PHP] [php] read/write error

2009-06-08 Thread HELP!
opening of the sorket is ok and writting LOGIN packet to the sorket is also ok but reading the response to know if the login is accepted or rejected is a not OK. please help $port ="xx"; $ip ="xx.xx.xxx"; $timeout = 30; $start ="L"; $Login = "user

[PHP] [php] most recent row from table

2009-06-02 Thread HELP!
Hi, how do you select the most recent row from sql table if the date are stored this format date('Y-m-d H:i:s') e.g (2009-06-02 10:10:30) i have tried select top 1 from table where id = xx any solution -- www.bemycandy.com

Re: [PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-28 Thread HELP!
I have done that. o host port or telnet host port On Thu, May 28, 2009 at 9:39 AM, Nathan Nobbe wrote: > On Thu, May 28, 2009 at 2:31 AM, HELP! wrote: > >> now I have been able to telnet to the server IP but it defaulting to port >> 23 >> instead of the port I specifie

Re: [PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-28 Thread HELP!
;s like 37 different things it could be, none of which have > > anything to do with PHP. You may find someone on this list willing to > > help you out, but your better bet would be to find a list more suited > > to the problem. > >I will help. > >Step 1: RTFM

Re: [PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-27 Thread HELP!
I am using a single pc and i have enable firewall access. Could it be that the remote server is having trouble On Wed, May 27, 2009 at 2:02 PM, Stuart wrote: > 2009/5/27 HELP! : > > start> run> cmd> > > telnet ip port > > > > could not connect > > In

Re: [PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-27 Thread HELP!
Connection successful: $str "); } else{ echo "Remote: ".$name." str: $strwrite:$br $errstr ($errno)"; } On Wed, May 27, 2009 at 1:31 PM, Stuart wrote: > 2009/5/27 HELP! : > > $port ="xx"; > > $ip ="xx"; > > $con =$transport

Re: [PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-27 Thread HELP!
$port ="xx"; $ip ="xx"; $con =$transport = "tcp"; On Wed, May 27, 2009 at 1:24 PM, Stuart wrote: > 2009/5/27 HELP! : > > Hi, > > error: > > php_network_getaddresses: getaddrinfo failed: No such host is known > > > > $f

[PHP] [php] php_network_getaddresses: getaddrinfo failed: No such host is known

2009-05-27 Thread HELP!
Hi, error: php_network_getaddresses: getaddrinfo failed: No such host is known $fstream = stream_socket_client("$con:$ip:$port", $errno, $errstr, $timeout); if($fstream){ $br = fwrite($fstream,$login_request_block); $str = stream_get_contents($fstream); print( "Connection successful: $st

[PHP] [php] socket connection problem

2009-05-27 Thread help
Hi, I am trying to connect to specific server using but I have the below error messagr. Whta could be the problem? $fp = fsockopen($ip,$port, $errno, $errstr, $timeout); fwrite($fp,$LRG); //return "$errstr ($errno)"; if (!$fp) { echo "$errstr ($errno)"; //"$errstr ($errno)\n"; } *A con

[PHP] Re: PHP list posting confirmation for izod...@gmail.com

2009-05-27 Thread help
Hi, I am trying to connect to specific server using but I have the below error messagr. Whta could be the problem? $fp = fsockopen($ip,$port, $errno, $errstr, $timeout); fwrite($fp,$LRG); //return "$errstr ($errno)"; if (!$fp) { echo "$errstr ($errno)"; //"$errstr ($errno)\n"; } *A conn

Re: [PHP] WHY ARE lists.php.ne USER EMAIL BEING PUBLISH ON THE INTERNET

2009-05-22 Thread help
HallMarc, why are you not using your name? How many client do you have on your website? On Fri, May 22, 2009 at 1:32 PM, HallMarc Websites < m...@hallmarcwebsites.com> wrote: > Most likely afraid that his clients will find out he doesn't know what he > is doing. > > -Original Message- >

[PHP] Php-general-help/--STOP !!! No Pague de MAS... !!

2007-07-09 Thread Php-general-help 9
dollop absolution monogamy gallop jog heuristic stifle cove injudicious stab togs equitable averse concord brazzaville punish deed detroit

[PHP] mysql_connect() error

2005-09-03 Thread php general help
Hi guys hope you can all help me here. im in the middle of making a script ( im still quite new), anyway im getting this error Parse error: syntax error, unexpected T_STRING in c:\wamp\www\cms\header.inc on line 5 and on line 5 is mysql_connect($dbhost, $dbusername, $dbpassword) , i know its the

[PHP] mysql_connect() error

2005-09-03 Thread php general help
Hi guys hope you can all help me here. im in the middle of making a script ( im still quite new), anyway im getting this error Parse error: syntax error, unexpected T_STRING in c:\wamp\www\cms\header.inc on line 5 and on line 5 is mysql_connect($dbhost, $dbusername, $dbpassword) , i know its

php-general Digest 3 Dec 2004 10:37:02 -0000 Issue 3148

2004-12-03 Thread php-general-digest-help
03401 by: Bart Baenisch Mining protection / security code confirmation 203402 by: Ho!Tech Guy 203411 by: Jordi Canals Re: Sessions: Basic Information 203403 by: Peter Lauri Need Help 203404 by: suneel 203405 by: GH 203406 by: Peter Lauri 2

php-general Digest 29 Nov 2004 20:38:01 -0000 Issue 3141

2004-11-29 Thread php-general-digest-help
by: Raditha Dissanayake Re: Go Back Problem 203059 by: Philip Thompson SELECT problem..Need urgent help 203061 by: Phpu 203063 by: Greg Donald UNDEFINED VARIABLE ON LOCALHOST 203068 by: Ross Hulford 203070 by: John Nichel 203071 by: Greg

php-general Digest 29 Nov 2004 08:35:51 -0000 Issue 3140

2004-11-29 Thread php-general-digest-help
Ciszewski 203046 by: David Robley Help with DB.php in PHP5 203038 by: Info.Best-IT 203050 by: ShenKong and statement 203041 by: Brad Ciszewski 203042 by: Brad Ciszewski 203043 by: Larry E. Ullman 203044 by: Robert Cummings 203047 by

php-general Digest 17 May 2004 13:07:39 -0000 Issue 2768

2004-05-17 Thread php-general-digest-help
able"; $table="comments"; $myconnection = mysql_connect($server,$user,$pass); mysql_select_db($db,$myconnection); $sql = 'SELECT * FROM '.$table.' WHERE MATCH (username) AGAINST (\''.stripslashes($searchenquiry).'\' IN BOOLEAN MODE) ORDER BY id asc;&

php-general Digest 17 May 2004 00:28:06 -0000 Issue 2767

2004-05-16 Thread php-general-digest-help
Engine -> TinyButStrong 186348 by: Skrol 29 weird problem with index page 186351 by: loll 186352 by: BAO RuiXian 186356 by: loll Need help integration whoiscart.net script with my hosting template! 186353 by: J.H.J. Saat 186354 by: AP&

php-general Digest 16 May 2004 11:09:12 -0000 Issue 2766

2004-05-16 Thread php-general-digest-help
something dodgy on there. --- End Message --- --- Begin Message --- * Thus wrote Ronald The Newbie Allen ([EMAIL PROTECTED]): > > what I currently have is > > echo " URL=./Conference_Calls.php?Date_and_Time=".$_POST["$Date_and_Time"].">"; Have you look

php-general Digest 15 May 2004 10:34:44 -0000 Issue 2764

2004-05-15 Thread php-general-digest-help
lthough I have the feeling that this might well require hacking away at the gd source Thanks in advance. CHEERS> SAM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

php-general Digest 13 May 2004 08:26:03 -0000 Issue 2760

2004-05-13 Thread php-general-digest-help
those pages, and a whole mess of stuff on google, so I'm getting more lost, not less. Please help! cheers, Travis -- Travis Low <mailto:[EMAIL PROTECTED]> <http://www.dawnstar.com> --- End Message --- --- Begin Message --- "Daniel Barbar" <[EMAIL PROTECTED]> wrote

php-general Digest 12 May 2004 07:24:51 -0000 Issue 2758

2004-05-12 Thread php-general-digest-help
httphandbook.org/ PHP Community Site http://phpcommunity.org/ --- End Message --- --- Begin Message --- Chris Shiflett wrote: --- Curt Zirzow <[EMAIL PROTECTED]> wrote: Check the value of "always_populate_raw_post_data" in php.ini on both servers. Thats such a funny name. Not t

php-general Digest 10 May 2004 05:31:41 -0000 Issue 2754

2004-05-09 Thread php-general-digest-help
T-G thumbnail problems 185769 by: Ninti Systems 185772 by: Curt Zirzow List() help 185773 by: PHPDiscuss - PHP Newsgroups and mailing lists $_SESSION <- Learning 185774 by: Ross Bateman Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED

php-general Digest 9 May 2004 16:11:30 -0000 Issue 2753

2004-05-09 Thread php-general-digest-help
Richard Harb 185732 by: Aidan Lister 185733 by: Aidan Lister 185734 by: Aidan Lister 185735 by: greg Strange mails... 185736 by: greg preg_replace to delete all js code in string help needed 185737 by: Dave Carrera 185740 by: Curt Zirzow

php-general Digest 9 May 2004 03:57:45 -0000 Issue 2752

2004-05-08 Thread php-general-digest-help
zip file and put it where php can load it up. -- Ray --- End Message --- --- Begin Message --- Think you want >>I have write following code: >>>$page_title = "Welcome"; >>?> >> >>But I can not see Welcome on top of the page. >>Can someone t

php-general Digest 8 May 2004 15:50:06 -0000 Issue 2751

2004-05-08 Thread php-general-digest-help
eader like so: In particular, take note of the space before \r\n. Without it, the content type header would not work. I had to do a lot of experimenting before I discovered this. You may have to some experimenting as well, as I'm not sure if all servers behave the same on this issue. Ho

php-general Digest 7 May 2004 13:30:10 -0000 Issue 2749

2004-05-07 Thread php-general-digest-help
e with a lot of information on it. If PHP is not installed (or not working correctly) your browser will try to download the file. (contributed by Teren and reworded by Chris W Parker) 5. If you are stuck with a script and do not understand what is wrong, instead of posting the whole scrip

php-general Digest 6 May 2004 13:06:59 -0000 Issue 2747

2004-05-06 Thread php-general-digest-help
php-general Digest 6 May 2004 13:06:59 - Issue 2747 Topics (messages 185491 through 185521): Class Help 185491 by: PHP Email List 185494 by: Curt Zirzow Re: remove soap header 185492 by: Chhai T Re: HTTP_REFERER ... ? 185493 by: David Robley 185509

php-general Digest 5 May 2004 12:35:36 -0000 Issue 2745

2004-05-05 Thread php-general-digest-help
-+ 1 row in set (0.00 sec) +++This is what you want: mysql> SELECT YEAR(NOW()); +-+ | YEAR(NOW()) | +-+ |2004 | +-+ 1 row in set (0.00 sec) So I'd guess at your syntax being: $query_rsENews = <<<_SQL SELECT * FROM NewsArchive WHERE Y

php-general Digest 2 May 2004 22:54:17 -0000 Issue 2740

2004-05-02 Thread php-general-digest-help
Setting fopen timeout ? 185141 by: Dave Carrera 185158 by: Marek Kilimajer Re: Results in array 185142 by: Burhan Khalid Re: PHP Auth 185143 by: Burhan Khalid Help with Curl GZIP problem? 185144 by: Dac Chartrand 185149 by: Dac Chartrand Re: Frage

php-general Digest 2 May 2004 10:48:04 -0000 Issue 2739

2004-05-02 Thread php-general-digest-help
[var] from a form all of the tables > but I am having trouble :( > > I thought making a var string like > > $string = "table1,table2,table3,."; > > And doing > > (select * from $string where list like \"%$_POST[var]%\"); > > Would work but I get a My

php-general Digest 1 May 2004 22:23:15 -0000 Issue 2738

2004-05-01 Thread php-general-digest-help
trin wrote: > ...I wonder why you're doing this, but here's an answer for you. > > BTW, if you use var_dump or var_export, you can see the whitespace :-). > > $arr = preg_split('/(^\s+)/', " word1 word2 word3.", -1, > PREG_SPLIT_DELIM_CAPTURE);

php-general Digest 1 May 2004 10:14:04 -0000 Issue 2737

2004-05-01 Thread php-general-digest-help
php-general Digest 1 May 2004 10:14:04 - Issue 2737 Topics (messages 185076 through 185090): Re: https & sessions failing to persist 185076 by: Michael R. Wayne 185077 by: Curt Zirzow initializing HTML form using PHP 185078 by: Denis Kertz 185079 by: Daniel C

php-general Digest 29 Apr 2004 20:35:55 -0000 Issue 2734

2004-04-29 Thread php-general-digest-help
existance check 184931 by: Decapode Azur 184932 by: Vinod Panicker creating a mailing list 184933 by: chris o'shea 184935 by: Vinod Panicker 184936 by: Chris Hayes 184959 by: Chris W. Parker Re: Problem with a class... any help will be apprec

php-general Digest 25 Apr 2004 17:27:52 -0000 Issue 2726

2004-04-25 Thread php-general-digest-help
rver. What mysqlclient is php linked to? php -i | grep "Client API" I would make sure you're using a 4.x version. > > Last night some problems occured - when we queried the databases for simple > queries that _should_ return some rows (and worked minutes before) the &

php-general Digest 25 Apr 2004 05:14:04 -0000 Issue 2725

2004-04-24 Thread php-general-digest-help
> > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > __ > Do you Yahoo!? > Yahoo! Photos: High-quality 4x6 digital prints for 25¢ >

php-general Digest 19 Apr 2004 12:20:42 -0000 Issue 2714

2004-04-19 Thread php-general-digest-help
tried changing the index to something odd in case I am resetting 'CategoryID' somewhere and forgotten it. But no matter what I try, once I set it "= $Data['ID']" I get the odd result. BTW, if I print $_SESSION['CategoryID'] from mod_sub right after setting, it

php-general Digest 18 Apr 2004 23:57:03 -0000 Issue 2713

2004-04-18 Thread php-general-digest-help
N['CategoryID'] = intval($Test); on PageA, it prints correctly on PageB. Does anyone have any ideas? Kathleen --- End Message --- --- Begin Message --- Do yo have have start_session() on every page to before you can read session variables? >>Dear list, >>I am trying to set a

php-general Digest 18 Apr 2004 11:55:07 -0000 Issue 2712

2004-04-18 Thread php-general-digest-help
am not familiar with any special etiquette for it, please bear with me. . . I maintain the PHP code for the website for the murals of Winnipeg and have found a situation where I have a session open with the state of the user's search results saved in the session and link to a location with the f

php-general Digest 17 Apr 2004 23:21:37 -0000 Issue 2711

2004-04-17 Thread php-general-digest-help
php-general Digest 17 Apr 2004 23:21:37 - Issue 2711 Topics (messages 183712 through 183745): Re: php and mysql help 183712 by: David Robley Re: http header 183713 by: Daniel Clark 183714 by: Torsten Roehr Print out all the files in a directory 183715 by

php-general Digest 17 Apr 2004 08:05:37 -0000 Issue 2710

2004-04-17 Thread php-general-digest-help
National, CIAT) 183706 by: Chris W. Parker 183708 by: PHP Email List 183709 by: PHP Email List 183710 by: Elfyn McBratney Re: Formatting phone numbers? 183699 by: Jay Blanchard Re: alternating row color--newbie help 183700 by: Don Read ***Re: [PHP

php-general Digest 12 Apr 2004 16:03:02 -0000 Issue 2701

2004-04-12 Thread php-general-digest-help
cript, try doing some research yourself. One useful trick is to print the variable/sql query using print or echo command and check whether you get what you expected. After diagnosing the problem, send the details of your efforts (following steps 1, 2 & 3) and ask for help. 6. PHP i

php-general Digest 12 Apr 2004 03:58:45 -0000 Issue 2700

2004-04-11 Thread php-general-digest-help
php-general Digest 12 Apr 2004 03:58:45 - Issue 2700 Topics (messages 183124 through 183139): Re: trying to output a hyperlink 183124 by: Michal Migurski Re: adding items to a list or menu 183125 by: Robert PHP5 RC1 rpms for Mandrake 10 183126 by: Andrei Verovski (a

php-general Digest 11 Apr 2004 15:02:14 -0000 Issue 2699

2004-04-11 Thread php-general-digest-help
(), but I haven't fathomed it out yet ! -- www.phpexpert.org/truefaith.htm "True Faith is not just when you believe in God and yourself, it is when others begin to believe in you as well" - Damian John Paul Brown 2004 --- End Message --- --- Begin Message --- Thank Yoy Ryan I had thought

php-general Digest 11 Apr 2004 01:11:05 -0000 Issue 2698

2004-04-10 Thread php-general-digest-help
27; WHEN id IN ($no_list) THEN 'No' END CASE WHERE id IN ($entire_list)"; > > Need to add in some validation, but that's the basic idea. Well, that's > not really "basic", but it gives you an idea of a very efficient way to > handle this. :) > > -- > --

php-general Digest 10 Apr 2004 12:40:52 -0000 Issue 2697

2004-04-10 Thread php-general-digest-help
e them ... the "Learn ... in 21 days seems alot better written" ... both series are by Sams btw Rene At 16:38 09-04-2004, jon roig wrote: People always mock me when I mention it, but I really dig the "Learn in 24 Hours" books. -- jon -- Rene Brehmer aka Metalbunny ~ If you don&#

php-general Digest 5 Apr 2004 09:24:06 -0000 Issue 2687

2004-04-05 Thread php-general-digest-help
Regular Expressions 182324 by: Curt Zirzow Weird variable issue encountered... help needed! 182326 by: gvarosky.conversent.com Mail sending from nobody to nobody... 182328 by: Jonathan Villa 182329 by: hitek 182330 by: Jonathan Villa 182335 by: hitek Re: m

php-general Digest 4 Apr 2004 21:11:59 -0000 Issue 2686

2004-04-04 Thread php-general-digest-help
remlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * -- Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general -

php-general Digest 4 Apr 2004 08:26:36 -0000 Issue 2685

2004-04-04 Thread php-general-digest-help
php-general Digest 4 Apr 2004 08:26:36 - Issue 2685 Topics (messages 182255 through 182271): Re: passing variables 182255 by: Larry E. Ullman Message ("Your message dated Sat, 3 Apr 2004 19:18:13 +0200...") 182256 by: L-Soft list server at America Online, Inc. (1.8e) email

php-general Digest 3 Apr 2004 16:15:45 -0000 Issue 2684

2004-04-03 Thread php-general-digest-help
turday 03 April 2004 05:50, Bruno Santos wrote: > i've tried to pass the global array $_FILES to a function $_FILES is a superglobal and hence available everywhere (including the inside of functions) without any work on your part. > but still no sucess... Please elaborate. > can so

php-general Digest 29 Mar 2004 12:07:16 -0000 Issue 2674

2004-03-29 Thread php-general-digest-help
Nemerson preg_match 181641 by: Jason Williard 181644 by: Tim Traver reg expression for ide-emails 181645 by: Robert Kornfeld 181649 by: John W. Holmes Re: plz help 181646 by: CurlyBraces Technologies \( Pvt \) Ltd Re: $$$wanna make real money$$$..you will no

php-general Digest 28 Mar 2004 22:22:13 -0000 Issue 2673

2004-03-28 Thread php-general-digest-help
181634 by: DvDmanDT plz help 181629 by: CurlyBraces Technologies \( Pvt \) Ltd Re: PHP5RC1 Windows problem 181630 by: Hemp Cluster Newbie question on arrays 181631 by: Willem van der Scheun 181632 by: ma.siebeneicher.gmx.de $$$wanna make real money$$$..you will no l

php-general Digest 28 Mar 2004 09:29:14 -0000 Issue 2672

2004-03-28 Thread php-general-digest-help
~70 seconds) the page arises. Our php code is a kind of big, about 160kb, and the html is generated equally big. I am going to break the jscript stuff it in some small peaces, but will not help to much, I guess. Well, if someboddy could point out me a way, a tip or a tool to discover what the

php-general Digest 27 Mar 2004 17:38:21 -0000 Issue 2671

2004-03-27 Thread php-general-digest-help
php-general Digest 27 Mar 2004 17:38:21 - Issue 2671 Topics (messages 181605 through 181616): REsource Identifier( PHP_MYSQL) 181605 by: Gimic 181606 by: David Robley 181607 by: Burhan Khalid 181609 by: Gimic 181610 by: Burhan Khalid Re: simple, but m

php-general Digest 26 Mar 2004 17:09:53 -0000 Issue 2669

2004-03-26 Thread php-general-digest-help
he result of my php script (html table) with .XLS (ms excel) format. Do you know where could I get info about this? Thanks, [/snip] Take a look at the write excel class, there is a php version of it, however most of the documentation is in perl http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExc

php-general Digest 23 Mar 2004 13:33:36 -0000 Issue 2663

2004-03-23 Thread php-general-digest-help
ax for printing multi-dimensional arrays 181243 by: Bob Pillford 181244 by: Bob Pillford 181245 by: Tom Rogers Java script prompt - help 181246 by: Brent Clark PHPSESSID in passthru 181247 by: Guillouet Nicolas string to float 181248 by: Diana Ca

php-general Digest 22 Mar 2004 13:23:02 -0000 Issue 2661

2004-03-22 Thread php-general-digest-help
ong approach to me. I assume that you surround all data in an SQL statement with single quotes (not just integer values). In fact, this is almost exactly what I am suggesting. I do not think you have an SQL injection vulnerability, unless what your code does strays from this description somehow. Also, i

php-general Digest 22 Mar 2004 01:22:55 -0000 Issue 2660

2004-03-21 Thread php-general-digest-help
CVS and the tortoiseCVS program (win32) I was pointed by said program to an prog called examDiff which is also very nice for windows environments. (google either appName - first link will take you where you want to go.) --- End Message --- --- Begin Message --- Im not completely sure, but have

php-general Digest 21 Mar 2004 13:09:45 -0000 Issue 2659

2004-03-21 Thread php-general-digest-help
$country) = split('[-,]', $string); -Tom Reed [EMAIL PROTECTED] "Enda Nagle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a site that will have different pricing by world region / country and > also offer different currencies. >

php-general Digest 21 Mar 2004 00:45:35 -0000 Issue 2658

2004-03-20 Thread php-general-digest-help
Wandayandi 181026 by: Firman Wandayandi Re: Turn on E_ALL Error Reporting 181025 by: Jason Wong Apache - PHP Load-n-Go ? 181027 by: gordon stewart HELP! Apache dies on regular MySQL query :-/ 181028 by: -{ Rene Brehmer }- 181057 by: Raditha Dissanayake mail

php-general Digest 20 Mar 2004 12:43:29 -0000 Issue 2657

2004-03-20 Thread php-general-digest-help
gs in the world often are I find :) > 5) Have a Buddy: This kind of goes along with all of the above suggestions; > try to have a buddy that can help you rehearse and give your presentation. > If you rehearse well enough, you can have your buddy flipping slides and > scrolling at the righ

php-general Digest 19 Mar 2004 11:26:30 -0000 Issue 2655

2004-03-19 Thread php-general-digest-help
180935 by: Justin Patrin Re: Javascript Mouseover Help 180939 by: Jake McHenry 180940 by: Tom Rogers Re: Solution to display the results of an exec/system + rsh command 180941 by: Frédéric Martin Guru's advice needed [Security: SQL injection] 1

php-general Digest 16 Mar 2004 10:00:10 -0000 Issue 2649

2004-03-16 Thread php-general-digest-help
php-general Digest 16 Mar 2004 10:00:10 - Issue 2649 Topics (messages 180493 through 180528): Re: PHP Certification 180493 by: Rasmus Lerdorf 180497 by: Ryan A 180503 by: Richard Davey Re: Regex help (SOLVED) 180494 by: Michal Migurski Pear Package

php-general Digest 15 Mar 2004 08:48:16 -0000 Issue 2647

2004-03-15 Thread php-general-digest-help
; > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- End Message --- --- Begin Message --- Hi, Is it posible to use a

php-general Digest 14 Mar 2004 19:31:17 -0000 Issue 2646

2004-03-14 Thread php-general-digest-help
e. --- http://www.radinks.com/upload/ Drag and Drop Upload thousands of files and folders in a single transfer. (HTTP or FTP) --- End Message --- --- Begin Message --- hello, once again a post about the tricky namespaces. I played

php-general Digest 14 Mar 2004 07:06:00 -0000 Issue 2645

2004-03-13 Thread php-general-digest-help
dows." > But the same page says "The following versions of PHP are known to work > with the most recent version of Apache 2.0:", so I'm not quite clear on > what's being recommended. I think that is pretty clear. It says that it works but we do not consider it produ

php-general Digest 13 Mar 2004 18:24:59 -0000 Issue 2644

2004-03-13 Thread php-general-digest-help
Khalid variable passing 180318 by: Martin S 180319 by: Jason Davidson Help w/Array Roadblock ( mental ) 180321 by: Joey 180322 by: Robert Cummings help for getimagesize 180323 by: Norbert Pfeiffer 180325 by: Richard Davey 180330 by: Norbert

php-general Digest 13 Mar 2004 06:24:31 -0000 Issue 2643

2004-03-12 Thread php-general-digest-help
php to the "include_path" in the php.ini??? 180293 by: Scott Fletcher 180299 by: Jason Wong Re: Help with arrays 180294 by: Elliot J. Balanza Character Question 180295 by: David Westbrooks 180296 by: Pablo Gosse 180300 by: Filip de Waard New

php-general Digest 8 Mar 2004 15:03:41 -0000 Issue 2634

2004-03-08 Thread php-general-digest-help
: Cosmin 179742 by: Jay Blanchard Help with PPP Strategies 179721 by: Pooya Eslami 179724 by: Burhan Khalid Mail Function 179723 by: Will 179745 by: Will MYSQL & Image functions 179725 by: res0b8b6 179730 by: Jason Wong Re: undefined i

php-general Digest 8 Mar 2004 02:42:57 -0000 Issue 2633

2004-03-07 Thread php-general-digest-help
advanced list where the people with the answers are. It is a >>self-defeating separation. Having everyone in one big lump means that >>both camps and all the camps in between learn from each other. > > >>The other question is who decides what is advanced? Chances are what y

php-general Digest 7 Mar 2004 14:15:48 -0000 Issue 2632

2004-03-07 Thread php-general-digest-help
php-general Digest 7 Mar 2004 14:15:48 - Issue 2632 Topics (messages 179676 through 179696): Need Help in shoppin cart 179676 by: New Session 179677 by: Ryan A 179681 by: John Nichel Re: UK Bank Holidays 2 179678 by: Raditha Dissanayake Re: PHP and Apache

php-general Digest 7 Mar 2004 02:14:35 -0000 Issue 2631

2004-03-06 Thread php-general-digest-help
nd tell me how it sounds: "Hi, anybody know how php calculates Swedish postal holidays?" The above will get me a couple of replies on reading smart questions or some asking: where the is Sweden? ( :-p maybe..depending on the lists mood) Now this would get me answers: Hi, I hav

php-general Digest 6 Mar 2004 14:08:01 -0000 Issue 2630

2004-03-06 Thread php-general-digest-help
Amimu Austin 179645 by: Brian V Bonini Re: undefined index please help 179639 by: Dominique ANOKRE 179641 by: John Nichel when is a PDF not a PDF? 179640 by: Rick Fleischer Re: odd, sporatic upload problem ... 179642 by: Raditha Dissanayake H

php-general Digest 3 Mar 2004 12:30:59 -0000 Issue 2624

2004-03-03 Thread php-general-digest-help
ssage --- --- Begin Message --- A very good tool for UML modeling is Microsoft Visio Professional 2002. I have found a very useful book on the subject of UML modeling for Web Applications: Building Web Applications with UML Second Edition By Jim Conallen Publisher : Addison Wesley Pub Date

php-general Digest 2 Mar 2004 11:41:41 -0000 Issue 2622

2004-03-02 Thread php-general-digest-help
d down properly to the FORM/ACTION ... I have heard from numerous sources that the latest patch for IE 6 (released a week or two ago) has a bug that causes it to have trouble sending a proper POST request. I don't have access to a Windows machine to test this myself, but it would be very nice if

php-general Digest 1 Mar 2004 23:41:36 -0000 Issue 2621

2004-03-01 Thread php-general-digest-help
form array help 179183 by: Brian V Bonini 179185 by: Chris W. Parker 179187 by: Chris W. Parker 179188 by: Brian V Bonini 179189 by: Chris W. Parker 179190 by: Brian V Bonini 179191 by: Kelly Hallman Question about magic quotes NEWBIE QUE

php-general Digest 1 Mar 2004 11:22:50 -0000 Issue 2620

2004-03-01 Thread php-general-digest-help
php-general Digest 1 Mar 2004 11:22:50 - Issue 2620 Topics (messages 179139 through 179157): Opps 179139 by: Karl Timmermann Get MySQL table field names 179140 by: Matt Palermo 179141 by: Michael Kunze 179149 by: Five 179151 by: Jason Wong 179

php-general Digest 29 Feb 2004 22:55:22 -0000 Issue 2619

2004-02-29 Thread php-general-digest-help
em path was different than the one displayed online. IE: my script path was shown as /home/virtual/site... while in my ftp client I was seeing /var/www/html... Changing my path references to the later one fixed everything...so far! Thanks for the help :) -s --- End Message --- --- Begin Messag

php-general Digest 29 Feb 2004 10:50:49 -0000 Issue 2618

2004-02-29 Thread php-general-digest-help
r any help on that, Merlin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- End Message --- --- Begin Message --- Rasmus Lerdorf wrote: This is normal. You are allowed to create the directory because the directory you are creating it

php-general Digest 28 Feb 2004 21:58:44 -0000 Issue 2617

2004-02-28 Thread php-general-digest-help
ine your idea of a sentence 2) construct a suitable regex for use with preg_replace() If you don't know how to do (2) then at least do (1) and then someone might be able to help you do (2). -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integra

php-general Digest 28 Feb 2004 09:47:38 -0000 Issue 2616

2004-02-28 Thread php-general-digest-help
preciate it! I'd really rather not post my whole code file, as it's really big and long, and emphasizes how novice I am at PHP. Thanks in advance for your help! -Kermit --- End Message --- --- Begin Message --- Kermit Short <mailto:[EMAIL PROTECTED]> on Friday, February 27,

php-general Digest 27 Feb 2004 21:42:41 -0000 Issue 2615

2004-02-27 Thread php-general-digest-help
value of "$vtes" was not passed to JavaScript interpreter. Anybody of you have a solution for me? Please teach me. Thank you very much. -- _ Web-based SMS services available at http://www.operamail.com. From your mailbox to local or overseas cel

php-general Digest 27 Feb 2004 09:00:23 -0000 Issue 2614

2004-02-27 Thread php-general-digest-help
attachment bit. Also would this be limited to one file or can multiple files be allowed ? Thank you in advance for any help or advise with this. Yours Truly Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.595 / Virus Databa

php-general Digest 23 Feb 2004 17:11:59 -0000 Issue 2607

2004-02-23 Thread php-general-digest-help
mended using pragma_show_datatypes in a query, but I couldn't get this to work and the example on the newsgroup was written in C. Could somebody please enlighten me? --- End Message --- --- Begin Message --- Like I supposed there is no efficient way how to do. Thank you for the functios and th

php-general Digest 23 Feb 2004 05:09:19 -0000 Issue 2606

2004-02-22 Thread php-general-digest-help
php-general Digest 23 Feb 2004 05:09:19 - Issue 2606 Topics (messages 178493 through 178510): [SQLite] safe_mode_gid or safe_mode_exec_dir 178493 by: user.domain.invalid Re: Safe Mode 178494 by: Jason Wong 178495 by: user.domain.invalid type casting problem

php-general Digest 22 Feb 2004 16:48:17 -0000 Issue 2605

2004-02-22 Thread php-general-digest-help
php-general Digest 22 Feb 2004 16:48:17 - Issue 2605 Topics (messages 178468 through 178492): Objects and Arrays - need help? 178468 by: John Romero PHP Error 178469 by: Tim Trimble 178471 by: John Nichel running php through cron 178470 by: Pablo Gosse

php-general Digest 22 Feb 2004 02:47:25 -0000 Issue 2604

2004-02-21 Thread php-general-digest-help
php-general Digest 22 Feb 2004 02:47:25 - Issue 2604 Topics (messages 178442 through 178467): Help with SQLite and ADOdb 178442 by: user.domain.invalid How can I use a value from a Html's Form 178443 by: qm.fuwanjia.com.cn 178446 by: John Nichel 1784

php-general Digest 21 Feb 2004 13:41:53 -0000 Issue 2603

2004-02-21 Thread php-general-digest-help
Irmer Upload and database 178421 by: Will 178425 by: electroteque HELP PLEASE! 178422 by: 3mip1s4la/Nath/Pisanty 178430 by: Nitin Mehta Error 178423 by: Tim Trimble 178424 by: John Nichel 178427 by: John Nichel 178428 by: Nitin Mehta

php-general Digest 20 Feb 2004 12:27:31 -0000 Issue 2601

2004-02-20 Thread php-general-digest-help
and database programming > http://www.AnalysisAndSolutions.com/ > 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- End Message --- --- B

php-general Digest 19 Feb 2004 12:16:25 -0000 Issue 2599

2004-02-19 Thread php-general-digest-help
ext of the site. Then why not just use standard fonts that exist on the clients? -- - E - --- End Message --- --- Begin Message --- On Wed, 18 Feb 2004 20:36:30 -0500 "Jake McHenry" <[EMAIL PROTECTED]> wrote: > it's for my intranet, figured it might be easier this wa

php-general Digest 17 Feb 2004 11:39:20 -0000 Issue 2595

2004-02-17 Thread php-general-digest-help
print ''; $rowcount = 0; while(ora_fetch($cursor)) { print ''; for($i=0; $i$cell_data"; } print "\n"; } print ''; ?> Thanks for any advice. Matt --- End Message --- --- Begin Message --- Shaun wrote: "Marek Kili

  1   2   3   4   5   6   7   8   9   10   >