[PHP] Thank you!

2003-08-20 Thread help
Please see the attached file for details. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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] 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

[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] [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

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

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!
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-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-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

[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

[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

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] 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!
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 >

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 > &

[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

[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

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

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

[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] 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-general Digest 23 Nov 2002 20:55:04 -0000 Issue 1722

2002-11-23 Thread php-general-digest-help
php-general Digest 23 Nov 2002 20:55:04 - Issue 1722 Topics (messages 125716 through 125738): Re: php teleprogramming -- How to avoid being ripped off ? 125716 by: Khalid El-Kary How to obtain unique XML Elements 125717 by: David Pratt 125718 by: Khalid El-Kary Unde

php-general Digest 24 Nov 2002 09:23:29 -0000 Issue 1723

2002-11-24 Thread php-general-digest-help
can be very large fields, im doing >>>the search with SELECT FIELD FROM TABLE WHERE FIELD LIKE '%SOMTHING%' .. >>>My question is: >>> >>>When displaying the search results i dont want to display the entire >>>field, only the specific parts where

php-general Digest 24 Nov 2002 21:40:01 -0000 Issue 1724

2002-11-24 Thread php-general-digest-help
2D', 'dayname' => 4); $a['element2'] = array('btime' => '12D', 'etime' => '20D', 'dayname' => 2); $a['element3'] = array('btime' => '15D', 'etime' => '17D', '

php-general Digest 27 Nov 2002 11:17:23 -0000 Issue 1729

2002-11-27 Thread php-general-digest-help
nese word display problem)-help 126228 by: samuel.3give.com 126229 by: Tom Culpepper 126234 by: samuel.3give.com 126246 by: . Edwin How do i provide Download facility ?? 126230 by: Venkatesh Hosur 126232 by: Chris Shiflett 126235 by: Justin Fr

php-general Digest 28 Nov 2002 11:26:02 -0000 Issue 1731

2002-11-28 Thread php-general-digest-help
n ([EMAIL PROTECTED]) wrote: > I am having this problem, I want to print something directly to my printer > without having that print dialog. What to do know? Is this possible? > > Duky > > Justin French http://Indent.com.au Web Development & Graphi

php-general Digest 28 Nov 2002 23:44:52 -0000 Issue 1732

2002-11-28 Thread php-general-digest-help
y: Floyd Baker Re: [PHP-DB] Help with date 126422 by: Aaron Wolski Multidimensional array 126423 by: Mako Shark Hello ! How to write a programme in PHP which executes a routine at a given time ? 126424 by: Jonathan 126425 by: Jon Haworth Detecting email bounce

php-general Digest 29 Nov 2002 11:47:32 -0000 Issue 1733

2002-11-29 Thread php-general-digest-help
: Peter Houchin Re: File handling 126448 by: Justin French 126454 by: Jeff RingRose 126456 by: Jeff RingRose Help with login/redirect/insert to dbase 126449 by: Karl James IRCG/PHP and Apache 1.3 126451 by: Sascha Schumann Logging out and session ids

php-general Digest 30 Nov 2002 00:18:12 -0000 Issue 1734

2002-11-29 Thread php-general-digest-help
126485 by: Marco Tabini 126487 by: DUPUIS Grégoire BE/DGC Re: Help with login/redirect/insert to dbase 126481 by: Maxim Maletsky Re: file creation date 126482 by: Maxim Maletsky Re: Help with the PHP 126483 by: Maxim Maletsky Multiuser System with Sessions

php-general Digest 30 Nov 2002 12:31:53 -0000 Issue 1735

2002-11-30 Thread php-general-digest-help
26 28 31 34 36 38 41 44 Where 7 referred 10 and 11, 10 referred 14 and 16, 14 referred 26 and 28, etc. Each member can only refer two others. I know some sort of looping (possibly recursion?) structure is needed, but I can't figure out how to display the output in tables as shown abo

php-general Digest 1 Dec 2002 00:36:26 -0000 Issue 1736

2002-11-30 Thread php-general-digest-help
d theft and a legal fee, there only stands a law degree. > */ > --- End Message --- --- Begin Message --- On Saturday 30 November 2002 21:40, Rob Packer wrote: > Well, the reason I didn't do that at first was that I could have done any > of the methods that I've tried incorrectly

php-general Digest 1 Dec 2002 13:25:08 -0000 Issue 1737

2002-12-01 Thread php-general-digest-help
ot;"; } function display() { jungleobject::display(); echo "Volume (Ressource) : $this->volume".""; } } // Ressource class Plant extends Ressource { function Plant($posx, $posy, $volume) { //$this->Ressource($posx, $

php-general Digest 2 Dec 2002 13:33:15 -0000 Issue 1739

2002-12-02 Thread php-general-digest-help
orm submited successfully Ernest E Vogelsinger wrote: At 09:21 02.12.2002, Michael P. Carel said: [snip] Sorry for this kind of post but i cant find a better mailing list for javascript. I have a problem in refreshing my php page script. Im using javascri

php-general Digest 3 Dec 2002 13:41:08 -0000 Issue 1741

2002-12-03 Thread php-general-digest-help
126808 by: Alok K. Dhir Re: PDF Help Please 126809 by: Larry Brown Can't get this right 126810 by: John Taylor-Johnston hiding php 126811 by: Larry Brown 126812 by: Peter Houchin 126813 by: Rasmus Lerdorf 126816 by: Justin French 1

php-general Digest 6 Dec 2002 14:18:32 -0000 Issue 1747

2002-12-06 Thread php-general-digest-help
: Tom Rogers PHP query to javascript array 127239 by: Christian Ista 127242 by: Marek Kilimajer Re: Checking for Overlapping Dates 127240 by: DL Neil 127246 by: DL Neil GD support in PHP 4.1.2 127241 by: GoodnGo.de \(R\) Zentrale Cookies help please

php-general Digest 7 Dec 2002 15:46:03 -0000 Issue 1749

2002-12-07 Thread php-general-digest-help
127371 by: Jason Wong Re: XSLT failing when DOCTYPE declaration present 127354 by: Dave 127355 by: Dave 127368 by: Chris Wesley Re: Help! Stuck! Perm denied w/ fopen. 127357 by: Dave 127375 by: psy berpunk Re: Middle Number 127358 by: Rick Widmer

php-general Digest 8 Dec 2002 04:31:57 -0000 Issue 1750

2002-12-07 Thread php-general-digest-help
McKinley 127397 by: John W. Holmes Help on OOP 127396 by: Mohd_Q 127399 by: Khalid El-Kary 127400 by: Khalid El-Kary 127407 by: Matt Giddings 127408 by: Khalid El-Kary PHP trouble out of the box 127401 by: Dennis Putnam Re: Good eve

php-general Digest 8 Dec 2002 16:38:31 -0000 Issue 1751

2002-12-08 Thread php-general-digest-help
³czyñski PRV force download with header() 127432 by: Patrick McKinley 127433 by: Marco Tabini mysql_connect problem under RedHat 8.0 ? 127434 by: Brian J. Celenza LogIn check within function within class :: HELP! 127435 by: Sean Mayhew 127436 by: Tom Rogers

php-general Digest 9 Dec 2002 05:40:32 -0000 Issue 1752

2002-12-08 Thread php-general-digest-help
gt; ?> > > ... assuming that the above really is a typo and you _are_ using 'localhost' > and not 'localhos'. > > -- > Jason Wong -> Gremlins Associates -> www.gremlins.biz > Open Source Software Systems Integrators > * Web Design & Hosting *

php-general Digest 14 Dec 2002 19:55:50 -0000 Issue 1763

2002-12-14 Thread php-general-digest-help
php-general Digest 14 Dec 2002 19:55:50 - Issue 1763 Topics (messages 128272 through 128292): Re: Text Fields - How Big Can They Be? 128272 by: Jason Wong Re: Problems with text files from a Mac 128273 by: Justin French Re: Is there any alternative to FuseBox? 12827

php-general Digest 15 Dec 2002 08:02:34 -0000 Issue 1764

2002-12-15 Thread php-general-digest-help
: Marco Tabini 128298 by: Anthony Ritter 128299 by: Marco Tabini 128300 by: Anthony Ritter Hey, If anyone can help me with this at all, I would really appreciate it... 128301 by: Ryan Smaglik 128322 by: Jason Wong Parse Errors 128302 by: Andy

php-general Digest 15 Dec 2002 22:09:08 -0000 Issue 1765

2002-12-15 Thread php-general-digest-help
question is how to fetch all the sub-categories let's say that are related to category 0001. I know it's as simple as relating two tables in one query, but I don't remember how. Any help appreciated. Cesar L. Aracena [EMAIL PROTECTED] [EMAIL PROTECTED] (0299) 156-356688 Neuquén (830

php-general Digest 16 Dec 2002 10:17:04 -0000 Issue 1766

2002-12-16 Thread php-general-digest-help
ia URL. You can probably search the archives for more information on sending HTML email as well as sending attachments, which is all you are trying to do. I detest such email myself, so I cannot offer any help. Chris --- End Message --- --- Begin Message --- The easiest way to include a picture

php-general Digest 17 Dec 2002 11:06:18 -0000 Issue 1768

2002-12-17 Thread php-general-digest-help
Micah Bushouse Re: Undefined variable 128501 by: New B 128509 by: John W. Holmes Help for Undefined variable 128502 by: New B Re: php setup 128504 by: Justin French invoking the PHP engine on a single .html file 128505 by: Krzysztof Wozniak 1285

php-general Digest 19 Dec 2002 13:01:52 -0000 Issue 1772

2002-12-19 Thread php-general-digest-help
y failing. If you know any other way to validate 120-150 variables in a loop and then rewrite the values into the fields (checkboxes, radios and selects) - should an error had been made - let me know. Best Regards, Alex p.s. you do help! :) --- End Message --- --- Begin Message --- > -Origin

php-general Digest 20 Dec 2002 13:47:40 -0000 Issue 1774

2002-12-20 Thread php-general-digest-help
cify switch should be used in the context you are attempting. The docs show a single variable and checking the case of that variable. I'm not going to berate you on syntax. If you can get it working like that then good for you. However, I would strongly advise you to use the if/elseif/else statem

php-general Digest 21 Dec 2002 14:19:20 -0000 Issue 1776

2002-12-21 Thread php-general-digest-help
still doesnt appear in the text box! "Justin French" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... don't filter the quotes... escape them with add_slashes() justin on 20/12/02 10:50 PM, ªüYam ([EMAIL PROTECTED]) wrote: > as

php-general Digest 22 Dec 2002 02:30:00 -0000 Issue 1777

2002-12-21 Thread php-general-digest-help
s... escape them with add_slashes() > > justin > > on 20/12/02 10:50 PM, ªüYam ([EMAIL PROTECTED]) wrote: > >> as title that I'm getting a trouble on filtering the single quote ' , > since >> there would be error when storing those string into MySQL, thus, i h

php-general Digest 22 Dec 2002 15:05:13 -0000 Issue 1778

2002-12-22 Thread php-general-digest-help
php-general Digest 22 Dec 2002 15:05:13 - Issue 1778 Topics (messages 129089 through 129114): Re: Forms and PHP variables 129089 by: Philip Olson 129097 by: Beauford.2002 129106 by: Jason Wong assignment by reference bug? 129090 by: reynardmh.netscape.net Re

php-general Digest 23 Dec 2002 03:28:02 -0000 Issue 1779

2002-12-22 Thread php-general-digest-help
ache_expire (648); > > > > > > for the data to still be available if the user returns during the > > cookies > > > life and is this on a per session basis. > > > > Well, first of all, session cookies are deleted when the user closes > > their browser

php-general Digest 23 Dec 2002 15:29:16 -0000 Issue 1780

2002-12-23 Thread php-general-digest-help
- how to get it cached?? 129147 by: Tim Molendijk 129165 by: Dries Verachtert 129170 by: Justin French Plotting Data Graphics 129148 by: Alexandre Soares 129152 by: Chris Wesley 129159 by: Rick Widmer 129163 by: Jason Wong ¡¾help¡¿how can I

php-general Digest 24 Dec 2002 04:01:39 -0000 Issue 1781

2002-12-23 Thread php-general-digest-help
Original Message - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "Beauford.2002" <[EMAIL PROTECTED]> Cc: "PHP General" <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 11:16 PM Subject: Re: [PHP] Undefined Functions An undefined func

php-general Digest 25 Dec 2002 08:26:00 -0000 Issue 1783

2002-12-25 Thread php-general-digest-help
ldnt work as all > the > tags were not at the end :( Assuming you want to replace [foo] with the value in $foo, you can use something like this: $str = "this [foo] is a [test] okay?"; $foo = "crap_foo"; $test = "crap_test"; $nstr = preg_replace("/\[(

php-general Digest 25 Dec 2002 20:26:44 -0000 Issue 1784

2002-12-25 Thread php-general-digest-help
php-general Digest 25 Dec 2002 20:26:44 - Issue 1784 Topics (messages 129317 through 129327): Re: Problem with Include 129317 by: sport4ever Writing byte 0A to a file (LF / CR related) 129318 by: BBun 129319 by: BBun 129320 by: Thomas Seifert CVS download

php-general Digest 26 Dec 2002 10:42:56 -0000 Issue 1785

2002-12-26 Thread php-general-digest-help
.servicescat_id = cat.servicescat_id AND serv.theme_id = $DomainTheme AND serv.status = 1 ORDER BY RAND() LIMIT 3"; This works great but my problem is I have a field in each table called "title", if I use the normal function of $row[title] I get field from the "site_services&

php-general Digest 26 Dec 2002 23:14:22 -0000 Issue 1786

2002-12-26 Thread php-general-digest-help
ribe, visit: http://www.php.net/unsub.php * Ben Edwards +44 (0)117 9400 636 * * Critical Site Builderhttp://www.criticaldistribution.com * * online collaborative web authoring content management system * * Get

php-general Digest 27 Dec 2002 11:32:06 -0000 Issue 1787

2002-12-27 Thread php-general-digest-help
various array functions and can't figure this > out ." > Wow... You're welcome! > > > > > > > > Is there anyway to do a nested array, I have looked at the various array > > > functions and can't figure this out (if possible). > > >

php-general Digest 28 Dec 2002 00:13:54 -0000 Issue 1788

2002-12-27 Thread php-general-digest-help
use this: while($tmp=mysql_fetch_array($res)) { $rows[]=$tmp; } Marek Kilimajer wrote: Simple: while($rows[]=mysql_fetch_array($res)) {} ($res is a mysql result resource) --- End Message --- --- Begin Message --- Stop thinking of it as a multidimesional array. It is sim

php-general Digest 28 Dec 2002 13:02:28 -0000 Issue 1789

2002-12-28 Thread php-general-digest-help
* vpopmail and cybermut extensions are moved to PECL > * several deprecated extensions (aspell, ccvs, cybercash, icap) and >SAPIs (fastcgi, fhttpd) are removed > * speed improvements in a variety of string functions > * Apache2 filter is improved, but is still conside

php-general Digest 29 Dec 2002 14:53:59 -0000 Issue 1791

2002-12-29 Thread php-general-digest-help
: Detritus 129573 by: gamin Re: [PHP-DEV] Re: [PHP] PHP 4.3.0 released 129574 by: Rick Widmer preg_split 129575 by: Mr Nik Frengle Re: IIS Quit Working 129576 by: Jason Wong Warning: 1 is not a valid File-Handle resource - HELP! 129577 by: Phil Powell

php-general Digest 30 Dec 2002 03:21:26 -0000 Issue 1792

2002-12-29 Thread php-general-digest-help
php-general Digest 30 Dec 2002 03:21:26 - Issue 1792 Topics (messages 129580 through 129622): Re: Warning: 1 is not a valid File-Handle resource - HELP! 129580 by: Rick Emery 129605 by: gamin Re: Form duplicate post problem 129581 by: Pag 129585 by: John W

php-general Digest 30 Dec 2002 15:34:19 -0000 Issue 1793

2002-12-30 Thread php-general-digest-help
smus Lerdorf help-regarding installation 129653 by: celia rexselin function misfunction 129655 by: Martin S 129659 by: Michael Sims 129669 by: Jason Wong Multi Language support 129656 by: Michael J. Pawlowsky creating a .doc file in php 12966

php-general Digest 31 Dec 2002 15:58:36 -0000 Issue 1795

2002-12-31 Thread php-general-digest-help
HELP 129737 by: Dale 129756 by: gamin FORM text formatting problem 129738 by: Pag 129739 by: John W. Holmes 129740 by: Pag Getting short (DOS) name of file? 129741 by: Leif K-Brooks 129748 by: Leif K-Brooks 129749 by: Tom Rogers

php-general Digest 1 Jan 2003 04:58:08 -0000 Issue 1796

2002-12-31 Thread php-general-digest-help
to foreach ($line as $value) { might help but I'm unsure, either way foreach is easier to read :) Andrew - Original Message - From: "Anthony Ritter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 4:47 PM Subject: [PHP] Repeats of valu

php-general Digest 1 Jan 2003 17:26:29 -0000 Issue 1797

2003-01-01 Thread php-general-digest-help
Help. 129835 by: thkiat 129851 by: Jason Sheets error on include_path=(''c:\php4\pear") 129836 by: anand.texsurat.com Re: loading a db table into a php array from mysql 129839 by: David T-G Re: How To Delete Multiple Items Of Multiple Tables Usin

php-general Digest 2 Jan 2003 17:55:50 -0000 Issue 1799

2003-01-02 Thread php-general-digest-help
php-general Digest 2 Jan 2003 17:55:50 - Issue 1799 Topics (messages 129918 through 129966): help with script!! 129918 by: Karl James 129919 by: Michael J. Pawlowsky 129920 by: Justin French help with script 129921 by: Karl James 129922 by: Michael J

php-general Digest 4 Jan 2003 18:21:57 -0000 Issue 1803

2003-01-04 Thread php-general-digest-help
130223 by: Tularis 130225 by: Michael J. Pawlowsky 130233 by: Charles likes PHP 130237 by: Gyozo Papp Re: Hello and help 130216 by: OrangeHairedBoy PHP and MySQL bug 130222 by: Nuno Lopes 130226 by: Michael J. Pawlowsky 130239 by

php-general Digest 5 Jan 2003 09:19:52 -0000 Issue 1804

2003-01-05 Thread php-general-digest-help
php-general Digest 5 Jan 2003 09:19:52 - Issue 1804 Topics (messages 130242 through 130301): No Global Code Fixing 130242 by: Michael J. Pawlowsky 130244 by: Rasmus Lerdorf 130245 by: Michael J. Pawlowsky 130248 by: Michael J. Pawlowsky 130249 by: Tula

php-general Digest 5 Jan 2003 21:27:01 -0000 Issue 1805

2003-01-05 Thread php-general-digest-help
php-general Digest 5 Jan 2003 21:27:01 - Issue 1805 Topics (messages 130302 through 130336): Re: PHP and MySQL bug 130302 by: Nuno Lopes array help please 130303 by: John Fishworld 130304 by: David T-G undefining an array element 130305 by: David T-G

php-general Digest 6 Jan 2003 10:05:07 -0000 Issue 1806

2003-01-06 Thread php-general-digest-help
Craig 130347 by: Andrew Brampton 130349 by: Rad Craig 130350 by: Rad Craig 130351 by: Manuel Lemos Re: array help please 130346 by: David Freeman Pass Variables 130348 by: Stephen 130352 by: Stephen 130359 by: Greg Beaver Re: locally

php-general Digest 7 Jan 2003 10:38:05 -0000 Issue 1808

2003-01-07 Thread php-general-digest-help
h, etc...). > Anybody have some code to do this??? > > function someFunc() { > > if(something) { >something... > } > > while(something) { >something... > } > > } // So I need the code from the beginning of the function to here > > TIA > -Shawn &g

php-general Digest 9 Jan 2003 23:44:09 -0000 Issue 1813

2003-01-09 Thread php-general-digest-help
130973 by: Munir php and asp 130957 by: Jerry M. Howell II 130959 by: Adam Voigt 130960 by: Clint Tredway 131005 by: Khalid El-Kary Re: XML File does not reflect changes upon reopen - HELP 130958 by: Marek Kilimajer undefined variable notice - how to furn of

php-general Digest 11 Jan 2003 12:20:39 -0000 Issue 1816

2003-01-11 Thread php-general-digest-help
Loveless 131233 by: Clay Loveless Session vars vs. POST/GET vars? 131234 by: Noel Wade 131235 by: Noel Wade 131236 by: Jason k Larson Using $vars from include()d functions in the main programm and other functions 131237 by: ben9000 version confusion - please help

php-general Digest 12 Jan 2003 00:36:55 -0000 Issue 1817

2003-01-11 Thread php-general-digest-help
sion vars vs. POST/GET vars? 131274 by: Jason Wong 131276 by: Jason Wong global to superglobal 131275 by: pippo.bellnet.ca 131278 by: Jason Wong 131282 by: pippo.bellnet.ca Re: version confusion - please help 131277 by: Jason Wong Re: Loading Informa

php-general Digest 12 Jan 2003 12:39:48 -0000 Issue 1818

2003-01-12 Thread php-general-digest-help
php-general Digest 12 Jan 2003 12:39:48 - Issue 1818 Topics (messages 131287 through 131328): Simple Form Processing 131287 by: Kyle Babich 131299 by: Justin French 131328 by: Kyle Babich Some help on PHP & HTML please 131288 by: Denis L. Men

php-general Digest 13 Jan 2003 01:21:46 -0000 Issue 1819

2003-01-12 Thread php-general-digest-help
ioctl" 131359 by: harald.mohring.gmx.de 131360 by: Rick Emery 131364 by: Nova 131376 by: nicos.php.net PHP/MySQL help? 131361 by: Steven M 131362 by: Johannes Schlueter 131366 by: Steven M 131368 by: Timothy Hitchens \(HiTCHO\)

php-general Digest 13 Jan 2003 13:27:33 -0000 Issue 1820

2003-01-13 Thread php-general-digest-help
Hall Png Could not find/open font 131396 by: Breno Cardoso Perucchi 131397 by: Timothy Hitchens \(HiTCHO\) 131398 by: Jason k Larson Sessions 'funny' and Zone Alarm Pro 3 131399 by: Neil Stirton True type font errors . Help me 131401 by: Breno C

php-general Digest 14 Jan 2003 13:36:55 -0000 Issue 1822

2003-01-14 Thread php-general-digest-help
-- --- cj <[EMAIL PROTECTED]> wrote: > The page that processes the form will have to work out > which button got pressed? Exactly. For starters, use this bit of HTML/PHP code to help you see what the browser sends you when the form is submitted (add this to the receiving page): Alternat

php-general Digest 15 Jan 2003 13:42:26 -0000 Issue 1824

2003-01-15 Thread php-general-digest-help
by: Rick Emery 131693 by: Ford, Mike [LSS] 131700 by: Philipp Hartmann Can someone help me with this code please? 131688 by: Phil Powell sending array 131689 by: Danielle van Gladbach 131691 by: Rick Emery 131692 by: Jason Wong 13

php-general Digest 16 Jan 2003 14:08:49 -0000 Issue 1826

2003-01-16 Thread php-general-digest-help
de inside an included PHP > file > is put inside one or more functions this should prevent anyone from > running > any of that code by directly calling that PHP file correct? There is no > way > for them to invoke a function just from a URL assuming I have no code at > all &

php-general Digest 17 Jan 2003 14:10:35 -0000 Issue 1828

2003-01-17 Thread php-general-digest-help
pt to get the clients local time, compare it with the server time and get a difference. Then get all dates from mysql as a unix timestamp, apply the difference then use date() to format it as you want and it will always match the clients time on their computer...even if they have it wrong :) -- reg

php-general Digest 18 Jan 2003 14:53:08 -0000 Issue 1830

2003-01-18 Thread php-general-digest-help
How can $date be an array, when it gets assigned right above where it gets called? What am I missing in this new version of PHP that is making my scripts seemingly incompatible? Thanks, Brian Allen --- End Message --- --- Begin Message --- I prefer single quotes on stuff that doesn't need

php-general Digest 19 Jan 2003 03:23:15 -0000 Issue 1831

2003-01-18 Thread php-general-digest-help
mes, I need to > override the expiration time. I can't do it in the ini file, 'cause I > can't modify the server where it's to run, and it's set to 0 there... (not > sure if that means it expires right away, or not at all) > > Anyway to do this??? > >

php-general Digest 19 Jan 2003 15:28:36 -0000 Issue 1832

2003-01-19 Thread php-general-digest-help
hatever. > > > > -Original Message- > > From: Paul Marinas [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, 19 January 2003 11:07 AM > > Cc: [EMAIL PROTECTED] > > Subject: [PHP] SQL+php > > > > > > Dose anyone know how to search and

php-general Digest 20 Jan 2003 04:22:40 -0000 Issue 1833

2003-01-19 Thread php-general-digest-help
Chris Shiflett Re: Free PHP Hosts? 132190 by: David T-G please help 132192 by: JamsterJAM 132193 by: Ray Hunter 132194 by: Jason Sheets Text report templates a la Perl 132196 by: Duncan Hill php-4.3.0 and wu-imap failed to compile 132197 by: Ezra N

php-general Digest 20 Jan 2003 16:32:38 -0000 Issue 1834

2003-01-20 Thread php-general-digest-help
9 by: John Nichel 132217 by: Jean-Christian Imbeault Re: Multiplication of double 132212 by: Bobby Patel Login scritp help needed. 132214 by: Karl James 132216 by: olinux Recommended freeware guestbook? 132218 by: David Chamberlin jpgraph 13222

php-general Digest 25 Jan 2003 08:31:12 -0000 Issue 1843

2003-01-25 Thread php-general-digest-help
eLE006055.1043463166/lserver2.mesa.com Content-Type: message/rfc822 Return-Path: Received: (from root@localhost) by lserver2.mesa.com (8.12.5/8.12.5/Submit) id h0P2qeLD006055; Fri, 24 Jan 2003 18:52:40 -0800 Date: Fri, 24 Jan 2003 18:52:40 -0800 From: root Message-Id: <[EMAIL PROTE

php-general Digest 25 Jan 2003 20:33:38 -0000 Issue 1844

2003-01-25 Thread php-general-digest-help
i all, Please can you help me with the following: If got a little sample code: This one is working (!): Input yourname But when i'm using IF Else.. Nothing is happening. I'm only seeing the form but when i submit that form: The $vname doen't display.. Here is the code that doe

php-general Digest 26 Jan 2003 08:39:29 -0000 Issue 1845

2003-01-26 Thread php-general-digest-help
site name. I have tried many ways, but not successful. Can someone help me? Please help. Thanks denis --- End Message --- --- Begin Message --- $wordsCount = str_word_count($string); -- georgep - Original Message - From: "Maxim Maletsky" <[EMAIL PROTECTED]> To: "C

php-general Digest 26 Jan 2003 20:47:35 -0000 Issue 1846

2003-01-26 Thread php-general-digest-help
and evil lie, and in practice a concoction of gross superstition and witchcraft -Leo Nikolaevich Tolstoy --- End Message --- --- Begin Message --- Hope Í'm at the right place to ask this question. Am using DMX and encounter following problem: Have a connection to a database with plenty

php-general Digest 27 Jan 2003 09:31:45 -0000 Issue 1847

2003-01-27 Thread php-general-digest-help
in Message --- Hello ! I'm in a mess. Please help me. Every time I tried to write with fwrite or fputs in a file, I get an error on windows nt sp6 , ie6 from "Doc. Watson" saying that Apache.exe makes an application access error . Filesystem functions: is_readable, is_writable,fopen,fcl

php-general Digest 29 Jan 2003 10:07:34 -0000 Issue 1851

2003-01-29 Thread php-general-digest-help
I know its stupid but i´ve been writing a site for a register_globals = on enviroment now i need to convert all the code to an off setting the page is built by sending a whole lot off vars to diferent pages. as you can see below the hyp

php-general Digest 31 Jan 2003 11:51:40 -0000 Issue 1855

2003-01-31 Thread php-general-digest-help
aims that : > > > Combining HTML output and > > tags really wastes my time. > > Runs "slightly" faster than > > $php_tags = "PHP Tags"; > echo "Never breaking out of $php_tags is much less irritating."; > ?> > > >

php-general Digest 1 Feb 2003 12:21:46 -0000 Issue 1857

2003-02-01 Thread php-general-digest-help
Philip --- End Message --- --- Begin Message --- I would like to list 2 possable items in a mysql queary. SELECT * FROM products WHERE productType = '$productType AND Where productPublic = 'staff' OR productPublic = 'members' ORDER BY productId DESC LIMIT 10 I would

php-general Digest 2 Feb 2003 13:09:31 -0000 Issue 1859

2003-02-02 Thread php-general-digest-help
133945 by: Pat Johnston 133973 by: Philip Olson Re: Passing Variables 133946 by: Beauford.2002 Re: PHP.ini help on Linux 133947 by: Michael Mauch 133966 by: Nicole 133968 by: Nicole Re: 4.3 Install on Solaris 133948 by: J Smith 133950

php-general Digest 3 Feb 2003 13:19:58 -0000 Issue 1861

2003-02-03 Thread php-general-digest-help
. Ullman Re: Text size in image 134071 by: Tom Rogers Listbox variable 134072 by: Denis L. Menezes 134093 by: Marek Kilimajer Re: Help with include path 134075 by: John W. Holmes Re: including files... 134076 by: John W. Holmes mysql/php query - wrox

php-general Digest 4 Feb 2003 13:44:09 -0000 Issue 1863

2003-02-04 Thread php-general-digest-help
php-general Digest 4 Feb 2003 13:44:09 - Issue 1863 Topics (messages 134199 through 134258): list files in a dictory and its subdirectories 134199 by: Tomas Vorobjov 134202 by: Jason Sheets Re: Help with classes (oop) 134200 by: Maxim Maletsky Re: Bi-weekly pay

php-general Digest 5 Feb 2003 14:06:41 -0000 Issue 1865

2003-02-05 Thread php-general-digest-help
134383 by: Adrian Portsmouth Object oriented Programming 134382 by: Sascha Braun Re: PhpMyADmin Help 134387 by: Simon restricting acces to files 134388 by: Shams PHP connecting to MS Access 134389 by: Phil Schwarzmann 134401 by: Maxim Maletsky Re: Is there a

php-general Digest 7 Feb 2003 14:23:58 -0000 Issue 1869

2003-02-07 Thread php-general-digest-help
, but right now i dont have very much time, > I have to build a small shop inbetween. But the Multilanguage sup- > port ist basically finished. > > But I may say some more, have you ever read about the execCommand > in IE (Internet Explorer)? You can build an fully working wysiwyg HTML &

  1   2   3   4   5   6   7   8   9   10   >