php-general Digest 2 Nov 2003 11:00:46 -0000 Issue 2391

2003-11-02 Thread php-general-digest-help
SMTP server response: 503 must have sender and recipient first in d:\htdocs\ojpp\ojppresume\contact.php on line 118 Error enviando correo electrónico a [EMAIL PROTECTED] ** fourth error - When the mailserver (ojpp.myftp.org - localhost) is actived Warning: mail(): SMTP server response: 503 Bad sequen

php-general Digest 2 Nov 2003 23:04:04 -0000 Issue 2392

2003-11-02 Thread php-general-digest-help
obb Kerr Digital IGUANA --- End Message --- --- Begin Message --- Hi All, How do you split an email address sent via form post text field. I.e.: split [EMAIL PROTECTED] into me@ hotmail .com It’s the domain bit I am interested in, not the username or tld. Any help is appreciated. Thank you in

php-general Digest 3 Nov 2003 11:32:09 -0000 Issue 2393

2003-11-03 Thread php-general-digest-help
urself an email with the kanji encoding and check the email headers with the headers you set. Dave G wrote: Thank you Edwin, Marek, and Eugene for your responses and advice. For storing the Japanese names in kanji in the database, I've changed the column to "blob". Storing and retrieving the fields seems to work okay in all my tests, and this solution seemed to be the easiest and without any potential impact on the rest of the database. Thank you for this solution. For sending the email in Japanese, I am still not quite getting it. At first I attempted to attach character set information within the mail() command like so: $addheaders = 'From: ' .$email .'\r\nContent-Type: text/html; charset=iso-2022-jp'; mail ($toaddress, $subject, $mailcontent, $addheaders); This sends the mail correctly, but the content is still coming out as ASCII gibberish. I then attempted to use the mb_send_mail() command, like so (this time a "From: " address being the only additional header: mb_language(Japanese); mb_send_mail($toaddress, $subject, $mailcontent, $fromaddress); But this had exactly the same result. I see on the http://jp2.php.net/manual/en/function.mb-send-mail.php web page there is lots of additional comments on the use of mb-send-mail(), but the technical vocabulary is beyond me. Can someone help me tweak this code to successfully send a kanji email? --- End Message ---

php-general Digest 3 Nov 2003 23:46:16 -0000 Issue 2394

2003-11-03 Thread php-general-digest-help
27;DB_UserName'], $Site_Settings['DB_Password']) > or SQL_KillScript("Connecting to DBMS",$Connection); > > // Select DB > if (!mysql_select_db($Site_Settings['DB_Name'],$Connection)) > SQL_KillScript("Selecting Database",$Connection

php-general Digest 4 Nov 2003 12:14:03 -0000 Issue 2395

2003-11-04 Thread php-general-digest-help
168457 by: Marek Kilimajer How to get the server information 168453 by: K. Praveen Kumar 168454 by: Jason Wong 168460 by: imran 168462 by: K. Praveen Kumar help with EVAL direct 168456 by: j.sobotka.psgraph.cz Administrivia: To subscribe to the dige

php-general Digest 5 Nov 2003 14:23:20 -0000 Issue 2397

2003-11-05 Thread php-general-digest-help
. Holmes 168542 by: Roger Spears 168544 by: Marco Tabini 168545 by: Marek Kilimajer 168547 by: Jay Blanchard Return mysql_fetch_array($result) from a function 168533 by: Terence 168534 by: David Otton Re: help with EVAL direct 168535 by

php-general Digest 8 Nov 2003 15:18:27 -0000 Issue 2403

2003-11-08 Thread php-general-digest-help
on new class of mine 168934 by: Erik Osterman Re: Array --> If 168936 by: Erik Osterman BRU Help 168937 by: Nitin Re: Japanese character validation 168938 by: - Edwin - 168939 by: - Edwin - 168943 by: Eugene Lee 168948 by: Dav

php-general Digest 9 Nov 2003 03:31:35 -0000 Issue 2404

2003-11-08 Thread php-general-digest-help
;t die! 168968 by: rob.ecomnow.com 168969 by: DvDmanDT Re: BTML 2.0 released!!! 168970 by: John Nichel 168973 by: Javier Muniz Help With Recursion && Multi-Dimensional Arrays 168972 by: Navid Yar Administrivia: To subscribe to the digest, e-mail: [EMAI

php-general Digest 9 Nov 2003 16:33:59 -0000 Issue 2405

2003-11-09 Thread php-general-digest-help
php-general Digest 9 Nov 2003 16:33:59 - Issue 2405 Topics (messages 168974 through 168991): Re: Help With Recursion && Multi-Dimensional Arrays 168974 by: Jordan S. Jones 168981 by: Burhan Khalid 168988 by: Lowell Allen Re: BTML 2.0 released!!! 1

php-general Digest 10 Nov 2003 05:34:23 -0000 Issue 2406

2003-11-09 Thread php-general-digest-help
tamps: http://blogs.gotdotnet.com/raymondc/permalink.aspx/99c54993-5c5e-45b9-95c1-c20a0526ce0b] --- End Message --- --- Begin Message --- If you can't change your database for some reason, for instance if it's a legacy system or other large systems rely on that table format, look into PEAR&

php-general Digest 12 Nov 2003 07:07:05 -0000 Issue 2410

2003-11-12 Thread php-general-digest-help
php-general Digest 12 Nov 2003 07:07:05 - Issue 2410 Topics (messages 169197 through 169233): Re: help create community newbie guide to security 169197 by: Lowell Allen How to adpated a javascrip with php... 169198 by: Payne 169205 by: Martin Towell 169207

php-general Digest 15 Nov 2003 21:30:47 -0000 Issue 2417

2003-11-15 Thread php-general-digest-help
e default values, but can be over-ridden. $data, $color_1 = '#99', $color_2 = 'black' ) { // Declare $color as static so it retains its value when program // execution leaves the local function's scope. static $color; // Set the color to that's not

php-general Digest 22 Nov 2003 14:28:50 -0000 Issue 2430

2003-11-22 Thread php-general-digest-help
 Message --- ?>HTMLhttp://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hcName=swen http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED] ## "Joe Harman" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hello, > > I would like so

php-general Digest 23 Nov 2003 03:02:09 -0000 Issue 2431

2003-11-22 Thread php-general-digest-help
scribe, 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 --- On Sat, Nov 22, 2003 at 08:18:30PM -, PAUL FERRIE wrote: : : "

php-general Digest 23 Nov 2003 15:34:15 -0000 Issue 2432

2003-11-23 Thread php-general-digest-help
his mysql question here, but I cant't answer this one. >> >> I have database with BLOB fields to hold pictures (60-90 kb each). >> Actually I am erasing these BLOB fields (move '' into and update rcord) >> to free some space from my DB, but space is not rel

php-general Digest 24 Nov 2003 03:41:07 -0000 Issue 2433

2003-11-23 Thread php-general-digest-help
the session :) Justin French --- End Message --- --- Begin Message --- Hi, Given the time range: 09:15 - 17:30 how can I tell how many 15 minute intervals occur between these two times? Obviously here I can work it out, but I need a calculation that will perform the maths for any two time ranges...

php-general Digest 24 Nov 2003 15:45:01 -0000 Issue 2434

2003-11-24 Thread php-general-digest-help
browser. So is using "\n" really that critical for this case? Thanks HTML ignores whitespace (new lines included). You can create your entire HTML document on one line, but debugging it would be a bitch. Throwing new lines in there isn't for the browser...but it can help you in

php-general Digest 28 Nov 2003 05:46:25 -0000 Issue 2441

2003-11-27 Thread php-general-digest-help
t fine. But what do I do when theese people post with wrong dates. Is there any way in Outlook Express I can remove theese posts, or do I have to see them topping the list every time I check the lists? Ive tried several ways now, but I c

php-general Digest 29 Nov 2003 18:27:30 -0000 Issue 2444

2003-11-29 Thread php-general-digest-help
171341 by: Ivone Uribe Re: help with Log() function 171342 by: Jason Wong Re: Static Array vs MySQL query 171344 by: John Nichel File upload issue 171345 by: Binay 171346 by: Robert Cummings 171347 by: Bronislav Klucka 171348 by: Binay Test

php-general Digest 30 Nov 2003 06:29:41 -0000 Issue 2445

2003-11-29 Thread php-general-digest-help
fore you post http://marc.theaimsgroup.com/?l=php-general -- /* Peers's Law: The solution to a problem changes the nature of the problem. */ --- End Message --- --- Begin Message --- Jason Giangrande said: > command (ping -c 1 $host), and whi

php-general Digest 30 Nov 2003 18:30:47 -0000 Issue 2446

2003-11-30 Thread php-general-digest-help
{ : $result_score = $result_score - 5; : } : } : if ($num_fields_matched == 0) : { : $num_fields_matched = 1; :

php-general Digest 6 Dec 2003 12:54:36 -0000 Issue 2457

2003-12-06 Thread php-general-digest-help
php-general Digest 6 Dec 2003 12:54:36 - Issue 2457 Topics (messages 172032 through 172054): Maximum execution time 172032 by: John J Foerch 172033 by: Pablo Gosse 172038 by: James Hicks Re: Spamming bastardly problem, please help 172034 by: John Nichel

php-general Digest 7 Dec 2003 15:26:52 -0000 Issue 2459

2003-12-07 Thread php-general-digest-help
uploaded file 172113 by: Richard Davey 172121 by: Gerard Samuel Re: Apache 2 + PHP 172114 by: Yves Arsenault Help!session problem! 172117 by: ÎÚÓÐ ÎÞ 172119 by: Chris Shiflett Persistence of session files 172118 by: Pablo Gosse 172120 by

php-general Digest 8 Dec 2003 04:56:54 -0000 Issue 2460

2003-12-07 Thread php-general-digest-help
do you know an otehr group where i can request it. Thnaks --- End Message --- --- Begin Message --- On Sunday 07 December 2003 11:33 am, playerfr wrote: > Hi, > > I am using a PHPBB to have forum and site in php and i need a little script > , can i request it here or do you know an oteh

php-general Digest 8 Dec 2003 17:10:00 -0000 Issue 2461

2003-12-08 Thread php-general-digest-help
ssage --- --- Begin Message --- [snip] I was wondering, if there's any way to achieve 'goto "label":' using PHP [/snip] Are you trying to go to a section of code to perform some operations on current variables? If so use functions http://us3.php.net/manual/en/ref.funchand

php-general Digest 13 Dec 2003 08:15:53 -0000 Issue 2470

2003-12-13 Thread php-general-digest-help
what do you think is wrong. Please help. Thanks, -Ryan http://Bestwebhosters.com --- End Message --- --- Begin Message --- [snip] We were running php files prefectly well a little while back, then we restarted apache and now the php files are not executing, instead its giving us a save dialog

php-general Digest 13 Dec 2003 20:49:33 -0000 Issue 2471

2003-12-13 Thread php-general-digest-help
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 is a server side scripting language. Whatever processing PHP does takes place BEFORE the output reaches the cl

php-general Digest 14 Dec 2003 23:30:33 -0000 Issue 2473

2003-12-14 Thread php-general-digest-help
? 172677 by: BAO RuiXian 172679 by: rush 172684 by: Mike 172686 by: Ahbaid Gaffoor 172695 by: Erwin Kerk Operation in an Array 172678 by: Harry.de e-commerce with php 172680 by: pehepe php 172693 by: Eric Bolikowski help with install

php-general Digest 15 Dec 2003 12:55:31 -0000 Issue 2474

2003-12-15 Thread php-general-digest-help
resources are available for templatetamer? Is there a news server, bulletin board, or other help resource for people new to templatetamer? Peter Rush wrote: "Jough Jeaux" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Was wondering what everyone's favortie IDE

php-general Digest 16 Dec 2003 13:37:19 -0000 Issue 2476

2003-12-16 Thread php-general-digest-help
php-general Digest 16 Dec 2003 13:37:19 - Issue 2476 Topics (messages 172770 through 172802): CVS on Windows 172770 by: Chris W. Parker 172776 by: Mike Migurski 172800 by: Adam i Agnieszka Gasiorowski FNORD Re: 4 project questions - help appreciated 172771

php-general Digest 17 Dec 2003 14:21:06 -0000 Issue 2478

2003-12-17 Thread php-general-digest-help
about PHP than DB so I am posting it here also hoping someone can help. I have a fairly common problem that I have not been able to find the solution for in the documentation and FAQs. I have to access a MSSQL box from a LAMP box using PHP. That part works fine (thank you freetds.org). I need to displ

php-general Digest 18 Dec 2003 02:40:50 -0000 Issue 2479

2003-12-17 Thread php-general-digest-help
172902 by: RT 172905 by: Matt Matijevich php/mysql data display 172900 by: JLake 172901 by: Jay Blanchard 172903 by: JLake 172904 by: Jay Blanchard Help need with image2wbmp() arguments 172906 by: Ivan Dermanov CLI question 172907

php-general Digest 18 Dec 2003 14:48:34 -0000 Issue 2480

2003-12-18 Thread php-general-digest-help
wrote in message news:[EMAIL PROTECTED] > Does somebody know how to get the output of an .php file into an .html file > (server side). This in order to cache generated pages for futur visitors. > > thanks > > Martin --- End Message --- --- Begin Message --- Greetings Guyz.

php-general Digest 19 Dec 2003 15:24:13 -0000 Issue 2482

2003-12-19 Thread php-general-digest-help
ver: If PHP is installed you will see a page 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

php-general Digest 20 Dec 2003 04:55:25 -0000 Issue 2483

2003-12-19 Thread php-general-digest-help
: Php Windows server 173024 by: Neil Freeman Setting the environment PATH 173025 by: Morten 173053 by: Tom Rogers server behavior menu/list in windows server 173026 by: E. Ricardo Santos preg_replace help 173029 by: Ben 173031 by: Ben URL regex

php-general Digest 20 Dec 2003 17:30:51 -0000 Issue 2484

2003-12-20 Thread php-general-digest-help
g as hidden form fields. i'll really appreciate a quick help. thanx in advance Nitin--- End Message --- --- Begin Message --- On Sat, 2003-12-20 at 01:29, Nitin wrote: > hi all, > > i've an application, where i'm receiving variables from an html form and process > them in

php-general Digest 21 Dec 2003 07:41:38 -0000 Issue 2485

2003-12-21 Thread php-general-digest-help
just starting to use sessions. i've a problem, i started session and assigned variables to $HTTP_SESSION_VARS i can very well see these vars in my next script, but i need to get back to first script for some working, and strangely i dont find these vars there. any help or suggestions Nitin --- E

php-general Digest 21 Dec 2003 19:56:06 -0000 Issue 2486

2003-12-21 Thread php-general-digest-help
class is called | from a directory above common. | | I hope this makes sense. and thanks for your help. | | Robbert van Andel | | | __ | Do you Yahoo!? | New Yahoo! Photos - easier uploading and sharing. | http://photos.yahoo.com/ | | -- | PHP General Mailin

php-general Digest 22 Dec 2003 08:54:25 -0000 Issue 2487

2003-12-22 Thread php-general-digest-help
y.btopenworld.com (actually host 185.136.40.217.in-addr.arpa) by dswu83 with SMTP-CUST (XT-PP) with ESMTP; Mon, 22 Dec 2003 01:14:14 + Received: from gateway (127.0.0.1) by gateway.btopenworld.com (Worldmail 1.3.167) for [EMAIL PROTECTED]; 22 Dec 2003 01:20:25 + Delivery-Date: Mon, 22 Dec 2

php-general Digest 23 Dec 2003 09:39:16 -0000 Issue 2489

2003-12-23 Thread php-general-digest-help
out in an array it makes a huge page due to each event having alot of > > information. So im trying to make it so it will display the results like > > this. > > > > event10202infomation > > event20303infomation > > > > I want the word "inf

php-general Digest 24 Dec 2003 13:06:18 -0000 Issue 2491

2003-12-24 Thread php-general-digest-help
b.php > >> > >> > > > > > > > > > -- > Raditha Dissanayake. > > http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload > Lean and mean Secure FTP applet

php-general Digest 25 Dec 2003 01:09:11 -0000 Issue 2492

2003-12-24 Thread php-general-digest-help
rst line of > update-corrections-input.php. All update-corrections-write.php does is write > info to a database and includes update-corrections-input.php on the > last line. So I'm still not understanding where the output from > update-corrections-write.php is coming from. Sounds

php-general Digest 25 Dec 2003 15:16:12 -0000 Issue 2493

2003-12-25 Thread php-general-digest-help
pt code to change the content of frames criss-cross of each other in any way and pattern you can dream off... (my site used to be a JS driven monster before I got my webhotel and the option to do it all with PHP) ... Rene At 19:58 02-11-2003, you wrote: Good morning. I know this may be off-t

php-general Digest 26 Dec 2003 03:59:07 -0000 Issue 2494

2003-12-25 Thread php-general-digest-help
a problem that i cant send variable over a form. Because of that when i watn to echo the variable next page an error occured...i use redhat 9.0, apache 2 and php 4.3.4. Please help me Abdullah Teke _ Telephone : +90 555 337 21 89 Messenger : [EMAIL

php-general Digest 26 Dec 2003 17:08:02 -0000 Issue 2495

2003-12-26 Thread php-general-digest-help
/www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php --- End Message --- --- Begin Message --- Hello All, I would like to put 1 new field into this multidimensional array... $orders = 1 => Array (11) Name => JUDY Order => 334455 2 => Array (11) Name => MARY Ord

php-general Digest 27 Dec 2003 06:34:41 -0000 Issue 2496

2003-12-26 Thread php-general-digest-help
o some showstopper, revert to 1.3 - it's not that much of an effort (provided you don't start using apache 2.0-only features). /Per -- Per Jessen, Zurich http://timian.jessen.ch - an analog report formatter using XSLT. http://www.dansklisten.org -- for alle danskere i udlandet. --- End Message --

php-general Digest 27 Dec 2003 19:27:49 -0000 Issue 2497

2003-12-27 Thread php-general-digest-help
a certain width and height, and if it is, downsample it. The checking part works fine. Downsampling is happening though. Here's what I've got ($file = "/somedirectory/photo.jpg"): $src_img=imagecreatefromJPEG($file); $dst_img=imagecreatetruecolor($new_width,$new_height);

php-general Digest 28 Dec 2003 07:55:28 -0000 Issue 2498

2003-12-28 Thread php-general-digest-help
t'abcd, but the first dot was not shown properly... And, now I have another problem: In fact, the input strings are lines from a webpage, and they sometimes have line-feed as in: 11.abcd.32.efgh.54.ij <--here kh.41.lmno. <--here 63.pqrs And, with ereg_replace("(\.)([0-9])"

php-general Digest 28 Dec 2003 21:19:11 -0000 Issue 2499

2003-12-28 Thread php-general-digest-help
Raditha Dissanayake HELP NEEDED PLEASE - IMAP, MySQL and PHP 173398 by: Vernon Re: Can't upload file greater than 11kb 173400 by: raditha dissanayake Re: Maths dumbass 173401 by: Ryan A Simple question 173402 by: Labunski Administrivia: To subscribe to the d

php-general Digest 29 Dec 2003 10:32:57 -0000 Issue 2500

2003-12-29 Thread php-general-digest-help
php-general Digest 29 Dec 2003 10:32:57 - Issue 2500 Topics (messages 173403 through 173417): Re: Simple question 173403 by: Andy Higgins Re: Can't upload file greater than 11kb 173404 by: Chris need a little help all 173405 by: webmaster.multiwebmastertool

php-general Digest 30 Dec 2003 11:32:19 -0000 Issue 2502

2003-12-30 Thread php-general-digest-help
php-general Digest 30 Dec 2003 11:32:19 - Issue 2502 Topics (messages 173454 through 173477): Re: Selecting between using letters 173454 by: Vail, Warren Has anyone installed AWF 1.10?? I need some help 173455 by: Student HTML via echo or not 173456 by: Robin

php-general Digest 31 Dec 2003 13:58:43 -0000 Issue 2504

2003-12-31 Thread php-general-digest-help
error_log directive 173529 by: Aidan Lister Securing Free Scripts 173531 by: Ian 173532 by: John W. Holmes 173533 by: Ugo Bellavance 173534 by: Jake McHenry need help with php and mysql 173535 by: webmaster.multiwebmastertools.com 173536 by

php-general Digest 1 Jan 2004 16:28:28 -0000 Issue 2506

2004-01-01 Thread php-general-digest-help
>//redirect back to login form if not authorized >header("Location: Salkehatchie_Home.php"); >exit; > } > ?> > > I start off each webpage with the following script: > > //Check for existence of Valid Login ID > error_reporting (E_ALL ^ E_NOTICE); &g

php-general Digest 2 Jan 2004 05:52:28 -0000 Issue 2507

2004-01-01 Thread php-general-digest-help
hods?? 173612 by: Robin Kopetzky Please help on session_destroy error... 173615 by: Tim Meader 173617 by: Tim Meader 173618 by: Jeremy Johnstone 173620 by: Tim Meader .htaccess problem 173619 by: Ryan A 173622 by: Andrew Séguin Apologies for multiple p

php-general Digest 2 Jan 2004 18:19:08 -0000 Issue 2508

2004-01-02 Thread php-general-digest-help
> Text); // second attempt $Message -> MissingText = "Hello Moon"; $Message -> PrintOutput($Message -> MissingText); ?> Maybe you can correct me. Marco --- End Message --- --- Begin Message --- Hi Marco, This is and has always been possible, php is not a strongly typed l

php-general Digest 3 Jan 2004 06:40:20 -0000 Issue 2509

2004-01-02 Thread php-general-digest-help
--- End Message --- --- Begin Message --- Hello I have a folder full of html pages that I need to extract the content from. They all have and comment tags surrounding the content. I need an easy way (not one at a time) to extract that content and place it in a new template. Any ideas are appre

php-general Digest 3 Jan 2004 20:25:12 -0000 Issue 2510

2004-01-03 Thread php-general-digest-help
xpected. Function f() recognises that 2 objects are in the array and I can access their member variables. When I call the same function via call_user_func_array(), function f() recognises only the first object. Also, the same code that I used to access the objects when f() was called directly does not

php-general Digest 4 Jan 2004 14:46:16 -0000 Issue 2511

2004-01-04 Thread php-general-digest-help
sion.auto_start', '1'); > session_start(); > header("Cache-control: private"); > > Here is a link to my PHP configuration: > http://www.planet-tolkien.com/test.php > > In Fellowship, > Tarrant --- End Message --- --- Begin Message --- Hi, am a bit

php-general Digest 5 Jan 2004 05:10:48 -0000 Issue 2512

2004-01-04 Thread php-general-digest-help
R(apache): savemail: cannot save rejected email anywhere --- I have NO idea or clue where to start looking or what is causing the problem. If anyone else has had this problem and fixed it, I'd really appreciate hearing from you! Thanks - Monty --- End Message --- --- Begin Mes

php-general Digest 7 Jan 2004 17:51:12 -0000 Issue 2517

2004-01-07 Thread php-general-digest-help
: Manuel Lemos 173971 by: Mat Harris 173972 by: Mat Harris localhost mail 173963 by: Anthony Ritter 173969 by: Richard Davey i need help help with include 173964 by: PHP 173966 by: Richard Davey 173967 by: Marek Kilimajer 173968 by: Sven

php-general Digest 8 Jan 2004 19:57:13 -0000 Issue 2519

2004-01-08 Thread php-general-digest-help
press SUBMIT. It would print me to the action.php page only that action.php page would display itself. I have been trying to figure out this problem for quite some time and any help would be greatly appreciated. at first, i thought something is wrong with the action.php so i changed the form and in

php-general Digest 9 Jan 2004 09:50:14 -0000 Issue 2520

2004-01-09 Thread php-general-digest-help
174072 by: Matt Matijevich 174084 by: Bossek Help parsing text file? 174075 by: Carlton L. Whitmore 174077 by: Brad Pauly 174088 by: David Robley Please help with mail function 174076 by: Rolf Berkenbosch Buffalo'ed, stumped, confused... 1740

php-general Digest 10 Jan 2004 10:26:23 -0000 Issue 2522

2004-01-10 Thread php-general-digest-help
cron, but I'm very new to Linux and PHP so I would need some help with that. Any help is appreciated, Carlton. -- ++ | Steve Edberg [EMAIL PROTECTED] | | University of California,

php-general Digest 11 Jan 2004 12:36:22 -0000 Issue 2524

2004-01-11 Thread php-general-digest-help
MB limit on the file size. I do not have max_file_size set in my php.ini. I am using the Jakarta HTTPClient java classes as the client. Any help would be much appriciated. Thanks Rick Laird --- End Message --- --- Begin Message --- Scott Taylor wrote: What is the easiest way to access a page

php-general Digest 17 Jan 2004 22:11:38 -0000 Issue 2536

2004-01-17 Thread php-general-digest-help
t; script calls session_start() at the top (first line). Seemingly randomly, > > while navigating links within this area, I get blank white pages. If I > > comment out the session_start() line, it doesn't happen. If I spit out > the > > session variables in the resulting

php-general Digest 18 Jan 2004 10:23:07 -0000 Issue 2537

2004-01-18 Thread php-general-digest-help
http auth. 174945 by: Jason Wong Re: Justin is a genius 174946 by: Justin French 174956 by: Ryan A POST method for hyperlink 174947 by: Joe Harman 174951 by: Richard Davey 174952 by: Joe Harman help with form 174948 by: eawilkes

php-general Digest 18 Jan 2004 22:56:50 -0000 Issue 2538

2004-01-18 Thread php-general-digest-help
php-general Digest 18 Jan 2004 22:56:50 - Issue 2538 Topics (messages 174963 through 174980): Re: Is this possible ? 174963 by: Toby Irmer 174964 by: Dave Carrera 174965 by: Dave Carrera 174966 by: Larry Brown 174967 by: DvDmanDT Error Reporting help

php-general Digest 19 Jan 2004 11:02:54 -0000 Issue 2539

2004-01-19 Thread php-general-digest-help
php-general Digest 19 Jan 2004 11:02:54 - Issue 2539 Topics (messages 174981 through 175009): Re: Using lists over newsgroup, Problem 174981 by: Luke Re: Error Reporting help 174982 by: Chris Edwards 174984 by: Luke 174993 by: Jason Wong Re: recompiling php

php-general Digest 21 Jan 2004 12:12:28 -0000 Issue 2543

2004-01-21 Thread php-general-digest-help
Cummings 175269 by: Luke 175270 by: Jason Wong 175282 by: Jay Blanchard Re: thumbnail 175260 by: Chris Edwards IRCG - php windows extension HELP! 175261 by: Marc Greenstock Re: authentication problems! 175262 by: Luke Email results 175265 by

php-general Digest 23 Jan 2004 13:22:54 -0000 Issue 2547

2004-01-23 Thread php-general-digest-help
 End Message --- --- Begin Message --- the function who is causing the seg fault is preg_match_all maybe this helps (http://bugs.php.net/bug.php?id=20698): [28 Nov 2002 6:26am EST] thingol at mail dot ru If the text for preg_match_all is bigger than some value, many regexp constructions causes p

php-general Digest 24 Jan 2004 15:24:48 -0000 Issue 2549

2004-01-24 Thread php-general-digest-help
t practice anywhere for % securing PHP against this. I was told to add some stuff to the php.ini % file to prevent certain actions (phpinfo ,system, include, chown, chmod, % exec, passthru, mail, readfile , dir , read, readdir) but was wondering % if someone could give some advice 1) I'm no exp

php-general Digest 25 Jan 2004 04:43:51 -0000 Issue 2550

2004-01-24 Thread php-general-digest-help
s that templates provide complete separation from logic, this is untrue. Template frameworks (the best ones) provide separation of business logic from presentation logic. So using an "if" statement inside a template is completely normal if it pertains to the display logic. So for instanc

php-general Digest 25 Jan 2004 17:09:27 -0000 Issue 2551

2004-01-25 Thread php-general-digest-help
If I use sessions and register $test then this does not work, the value of $test does not change if the user re-submits: Thanks for any help! --- End Message --- --- Begin Message --- Actually, it's not the reverse that I want to do. Right now the pages on my site use this fo

php-general Digest 9 Jan 2001 23:21:12 -0000 Issue 445

2001-01-09 Thread php-general-digest-help
how to set user_agent 33446 by: mailing_list.gmx.at Re: Can PHP do this? 33448 by: Sander Pilon 33449 by: Sander Pilon 33552 by: Ed Lazor 33556 by: Sander Pilon Re: oop 33450 by: Cynic God help us all 33451 by: Hrishi problems with functions usi

php-general Digest 10 Jan 2001 11:42:10 -0000 Issue 446

2001-01-10 Thread php-general-digest-help
php-general Digest 10 Jan 2001 11:42:10 - Issue 446 Topics (messages 33587 through 33647): AFTERBURNER - PHP CACHE 33587 by: Marcin Orlowski Baby's First Regex! (Repost - Please Help) 33588 by: Murray Shields 33589 by: Ignacio Vazquez-Abrams 33590 by:

php-general Digest 10 Jan 2001 23:46:51 -0000 Issue 447

2001-01-10 Thread php-general-digest-help
Re: is there a builtin php function for this ? 33710 by: Monte Ohrt HELP HELP! PLEASE! Interfacing EMail to PHP 33711 by: Dieter Kneffel Re: [PHP-WIN] Attaching to a PostgreSQL database on a Linux box from a VB app on NT4 33712 by: alain samoun Code diagnostics & pro

php-general Digest 11 Jan 2001 11:48:27 -0000 Issue 448

2001-01-11 Thread php-general-digest-help
: Dieter Kneffel 33935 by: Bryne Jørg Vidar FORM problem 33853 by: Romulo Roberto Pereira 33867 by: Joe Stump Re: [PHP-DEV] Compile Problem: Place for Help 33854 by: Jani Taskinen 2d array? 33855 by: Kurth Bemis 33857 by: Joe Stump 33860 by: Toby

php-general Digest 11 Jan 2001 23:50:32 -0000 Issue 449

2001-01-11 Thread php-general-digest-help
33976 by: Sander Pilon 33979 by: Hrishi 34133 by: Alex Black 34152 by: Josh G 34156 by: DanO Re: Running java under php4 (PHP4 ext/java) 33975 by: Eduard Witteveen 34022 by: Fraser MacKenzie 34024 by: Cynic Help---using pdfs

php-general Digest 12 Jan 2001 11:58:38 -0000 Issue 450

2001-01-12 Thread php-general-digest-help
with the extra path work and some don't. I just wish they would document this so I knew for sure. BC> -Brian BC> -- BC> Like punning, programming is a play on words. Hello there, I am new to PHP what would bookm would you recomend? Any help is appreciated.

php-general Digest 13 Jan 2001 00:13:41 -0000 Issue 451

2001-01-12 Thread php-general-digest-help
: Limit image height/width on upload 34245 by: joe.jwebmedia.com Re: apache+php4 error .. 34246 by: John Meyerhofer 34271 by: Naresh Chafekar 34273 by: Naresh Chafekar Re: Session Help (transparent sid's) 34247 by: Pickup, Jordan upload _ safe_mode

php-general Digest 13 Jan 2001 14:02:18 -0000 Issue 452

2001-01-13 Thread php-general-digest-help
php-general Digest 13 Jan 2001 14:02:18 - Issue 452 Topics (messages 34331 through 34359): Re: Dir Help PLEASE 34331 by: nospam Re: mixing HTML and PHP code 34332 by: Tim Zickus 34334 by: Tim Zickus 34336 by: Alexander Wagner 34338 by: Alexander

php-general Digest 14 Jan 2001 02:22:50 -0000 Issue 453

2001-01-13 Thread php-general-digest-help
on our website - it works great! We have 2 load balancers with the HA package and 6 PHP webservers running behind it (with a central DB server). In short, it's possible and works quite well. BTW We user FreeBSD for webservers if that's any help (though linux, NT, solaris, etc would all work) --Jo

php-general Digest 14 Jan 2001 14:25:36 -0000 Issue 454

2001-01-14 Thread php-general-digest-help
that virtual gives me > garbage. Well, shouldn't you be complaining about virtual() then? > If I do a readfile() request to that SHTML file through PHP3.0.15, I ALWAYS > get a Netscape based response, even when the calling PHP3 knows that it was > called from an IE browser. Thi

php-general Digest 15 Jan 2001 02:33:14 -0000 Issue 455

2001-01-14 Thread php-general-digest-help
ssible with this class. so i tried to use the php debugger (php.ini: debugger.enabled = True). this leeds to some problems: - what is a good tcp-listener (i tried tcpdump, but this gives to much output) - the debugger doesn't work: the command debugger_on("localhost"); leads t

php-general Digest 15 Jan 2001 14:44:12 -0000 Issue 456

2001-01-15 Thread php-general-digest-help
ox+510.666.0074 > fax+510.666.0093 > > Saul Zaentz Film Center > 2600 Tenth St Suite 433 > Berkeley, CA 94710-2522 > Addressed to: Alex Black <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Alex Black <[EMAIL PROTECTED]> Sun, 14 Jan 2001 17:16:50

php-general Digest 16 Jan 2001 03:19:07 -0000 Issue 457

2001-01-15 Thread php-general-digest-help
eremy brand Help with IMAP_open please 34676 by: Dezider Góra 34679 by: Ignacio Vazquez-Abrams changing strings to float vars 34681 by: bill 34706 by: Steve Edberg HELP WITH UPLOAD REQUIRED 34682 by: Mike Yuen 34720 by: Chris Lee 347

php-general Digest 16 Jan 2001 15:19:53 -0000 Issue 458

2001-01-16 Thread php-general-digest-help
by: Jason Murray Re: Regex for telephone number 34761 by: Vikram Vaswani 34764 by: Jason Murray Automated Scripts 34762 by: Tait Grove at DIGITAL 34763 by: Tait Grove at DIGITAL 34765 by: Jason Murray Re: HELP WITH UPLOAD REQUIRED 34767 by

php-general Digest 17 Jan 2001 03:24:59 -0000 Issue 459

2001-01-16 Thread php-general-digest-help
y 34961 by: Alex Black 34968 by: Maxim Maletsky Sessions 34863 by: Brandon Orther 34879 by: Hardy Merrill 34954 by: Maxim Maletsky HELP! Date formatting 34864 by: Niel Zeeman 34865 by: Boget, Chris 34958 by: Maxim Maletsky win

php-general Digest 17 Jan 2001 15:29:07 -0000 Issue 460

2001-01-17 Thread php-general-digest-help
Halsey Anything similar to phpmyedit? 34986 by: Gerry Chu 34988 by: Maxim Maletsky 35005 by: Alain Fontaine 35025 by: Kath 35042 by: Gerry Chu Re: HELP! Date formatting 34987 by: Niel Zeeman Re: win 2000 nt 5.0 and IIS 34989 by: Niel Zeeman

php-i18n Digest 17 Jan 2001 14:46:53 -0000 Issue 45

2001-01-17 Thread php-i18n-digest-help
php-i18n Digest 17 Jan 2001 14:46:53 - Issue 45 Topics (messages 101 through 101): Press R: Letting you know about Emma 101 by: Justice For Emma Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PRO

php-general Digest 18 Jan 2001 03:58:48 -0000 Issue 461

2001-01-17 Thread php-general-digest-help
35081 by: Adam Wright 35084 by: Karl J. Stubsjoen 35093 by: Adam Wright Session, register_globals, $HTTP_SESSION_VARS??? 35077 by: Andrew Sitnikov 35143 by: Teodor Cimpoesu Apache .htaccess Help (OT) 35079 by: Website4S.aol.com Can I fork a PHP thread

php-general Digest 18 Jan 2001 16:09:35 -0000 Issue 462

2001-01-18 Thread php-general-digest-help
pain! 35256 by: Nicholas Pappas 35270 by: Maxim Maletsky 35321 by: Christian Reiniger 35352 by: Shaun Thomas Re: A little problem 35257 by: Brian Clark Re: Apache .htaccess Help (OT) 35258 by: Brian Clark Re: changed database context message

php-general Digest 19 Jan 2001 04:11:50 -0000 Issue 463

2001-01-18 Thread php-general-digest-help
a string 35372 by: jalist help me!! cookie and IIS 35373 by: Giancarlo Re: PHP Editors... perhaps Ultraedit 35374 by: Alexander Wagner 35377 by: Rudy McDaniel Re: Automated Scripts 35375 by: Jon Farmer Re: Array help needed 35376 by: php3

php-general Digest 19 Jan 2001 16:23:51 -0000 Issue 464

2001-01-19 Thread php-general-digest-help
= "doIt"; >inside a class. How do I construct the statment, using $method, to >call: > $this->doIt(); >I tried every combination I can think of but I keep getting "Call to >unsupported or undefined function" when doIt() is a proper method. I >have no

php-general Digest 20 Jan 2001 05:22:21 -0000 Issue 465

2001-01-19 Thread php-general-digest-help
png image from an array{HELP} 35668 by: Richard Lynch Re: problem with file upload 35669 by: Richard Lynch 35677 by: Ignacio Vazquez-Abrams Re: Ms SQL Error with php3.0 35670 by: Richard Lynch Re: References in an array 35672 by: Richard Lynch Re: how

php-general Digest 20 Jan 2001 17:24:25 -0000 Issue 466

2001-01-20 Thread php-general-digest-help
: Jeff Lacy Form refresh problem 35785 by: Lucas Young 35795 by: Richard Lynch Re: Help - removal of trailing zeros from double integer field 35786 by: ravi.nls.ac.in Re: Question about session_register() 35787 by: Richard Lynch Re: Session problem? 35788

php-general Digest 21 Jan 2001 05:40:35 -0000 Issue 467

2001-01-20 Thread php-general-digest-help
php-general Digest 21 Jan 2001 05:40:35 - Issue 467 Topics (messages 35815 through 35880): Re: HELP!. INstalling PHP4 on a Cobalt RAQ 2! 35815 by: Rasmus Lerdorf Re: Help w/ regular expressions for banned words 35816 by: Team JUMP 35818 by: Romulo Roberto Pereira

php-general Digest 21 Jan 2001 17:48:15 -0000 Issue 468

2001-01-21 Thread php-general-digest-help
base_num_fields() -a workaround ? 35900 by: Meir Kriheli - MKsoft Build with Apache on Linux 35903 by: Chris Mulcahy Help With passthru, system, exec 35904 by: Pete Lavetsky Looking for a web host provider 35905 by: Pascal Clerin 35906 by: Kristi Russell Adm

php-general Digest 22 Jan 2001 05:54:20 -0000 Issue 469

2001-01-21 Thread php-general-digest-help
has, but, although there are many, it's not an easy thing. Lots of 'exact positioning' for everything, and we ended up writing some routines ourselves to handle textboxes and such. You'll need to invest a bit of t

php-general Digest 22 Jan 2001 18:14:42 -0000 Issue 470

2001-01-22 Thread php-general-digest-help
fetch_array strangeness 36008 by: Kristi Russell null or NULL 36010 by: Carsten Gehling 36015 by: Sterling Hughes Need key() equivalent for string variable 36011 by: CC Zona XML dillema 36012 by: Teodor Cimpoesu Help!!! MY ODBC 36016 by: Bru

<    1   2   3   4   5   6   7   8   9   10   >