RE: [PHP] mail() function

2003-07-07 Thread Brian S. Drexler
I've gotten that error message when running PHP from the command line. The script still works even though it gives me that error though. If anyone figures out what it's from or how to fix it I'd be interested in their solution. -Original Message- From: Mike At Spy [mailto:[EMAIL

RE: [PHP] mail() function

2003-07-07 Thread Brian S. Drexler
Can you run a regular phpinfo() command? -Original Message- From: Mike At Spy [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:57 PM To: [EMAIL PROTECTED]; Mike At Spy Cc: [EMAIL PROTECTED] Subject: RE: [PHP] mail() function I can't tell what the version is, but I can tell you

RE: [PHP] Refresh PHP

2003-07-08 Thread Brian S. Drexler
Try adding a random number to the end of your URL.index.php?$randomnumber -Original Message- From: Mauricio [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 10:02 AM To: PHP Subject: [PHP] Refresh PHP Hi people! Did anyone get this situation? I'm creating a Site that uses 3

[PHP] Mail Header/Return Receipt

2003-07-08 Thread Brian S. Drexler
Ok, I have an interesting one here. I'm trying to send an e-mail from Server A, through Server B, and to a recipient using PHP on Server A. Server B relays the e-mail because Server A does not have an internet connection. Now, I want to request a read/delivery receipt for the user sending the

RE: [PHP] KEEP IMAGE RATIO

2003-07-16 Thread Brian S. Drexler
Leave out the height or width tag and it will keep the ratio by itself won't it? -Original Message- From: John Manko [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 9:46 AM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] KEEP IMAGE RATIO Ok, before you go responding with percentages,

RE: [PHP] Re: Need Help: Please click on Test Link

2003-07-17 Thread Brian S. Drexler
All I got was Error -Original Message- From: Peter Clarke [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 7:14 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Need Help: Please click on Test Link Suhas Pharkute wrote: http://sspsoft.com/test/ip2ll.php (in case if you cannot get it,

[PHP] Parsing POP3 Mailbox

2003-07-17 Thread Brian S. Drexler
Ok, this is what I want to do. I would like to parse a mailbox and forward the returned mail in it to other users. For instance, if I send an e-mail to [EMAIL PROTECTED] and [EMAIL PROTECTED] doesn't exist it is going to send the return to [EMAIL PROTECTED]. I want to parse [EMAIL PROTECTED]

[PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
Ok, I want to specify who the mail is coming from by using the sendmail_path option in the PHP.ini. I've added the [EMAIL PROTECTED] to it, but I want to be able to dynmaically change [EMAIL PROTECTED] to [EMAIL PROTECTED] or whatever else. Anyone have any ideas how I can do this? I'm pulling

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
I tried the extra header. The problem is with the return receipts. The mail is being generated by a server other than my main e-mail server, so if I want a delivery/read receipt I have to specify a From e-mail address or else it will default to the user executing the script, i.e. [EMAIL

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
, such as FROM and REPLY-TO, you shouldn't have any problems. basically, it's just like fake-mail, and your recipient should be none-the-wiser unless he really wants to sift through the headers. - Original Message - From: Brian S. Drexler [EMAIL PROTECTED] To: 'CPT John W. Holmes' [EMAIL

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
\r\n; tell me, if it works. ciao SVEN Brian S. Drexler wrote: I tried the extra header. The problem is with the return receipts. The mail is being generated by a server other than my main e-mail server, so if I want a delivery/read receipt I have to specify a From e-mail address or else

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
as From: Mark -Original Message- From: Brian S. Drexler [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 16:25 To: 'sven'; php-general Subject: RE: [PHP] Mail From option in PHP.ini No, I tried this too. Here is what I've tried $hdrs = array( 'From

RE: [PHP] Mail From option in PHP.ini

2003-07-18 Thread Brian S. Drexler
]); Note: This fifth parameter was added in PHP 4.0.5. Since PHP 4.2.3 this parameter is disabled in safe_mode and the mail() function will expose a warning message and return FALSE if you're trying to use it. --- Brian S. Drexler [EMAIL PROTECTED] wrote: Yes, sorry...forgot to include that one

[PHP] Inserting records in a particular way in MySQL

2003-02-16 Thread Phillip S. Baker
+++ IMPORTANT: This email message (including attachments, if any) is intended for the use of the individual addressee(s) named above and may contain information that is confidential, privileged or unsuitable for overly sensitive persons with low self-esteem, no sense of humor or irrational religious

[PHP] MySQL DB Schema

2003-02-17 Thread Phillip S. Baker
Greetings all, Is there an easy way to pull out the schema of a MySQL for viewing?? Thanks Phillip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] MySQL DB Schema

2003-02-18 Thread Phillip S. Baker
Greetings all, Is there an easy way to pull out the schema of a MySQL for viewing?? Thanks Phillip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using PHP to Generate a CSS Style Sheet

2003-03-03 Thread Phillip S. Baker
: This email message (including attachments, if any) is intended for the use of the individual addressee(s) named above and may contain information that is confidential, privileged or unsuitable for overly sensitive persons with low self-esteem, no sense of humor or irrational religious beliefs. If you

Re: [PHP] PHP XML Reference

2003-03-13 Thread Javagal S Reddy
Hi Tim, I have used the big ass Professional PHP 4 XML book from Wrox for the last 6 months, and i have picked up immense knowledge from that resource. Infact i have gone up in my career to being the lead web developer in my team...and i must atribute it to this book. You can find more

[PHP] can i ask?

2003-03-25 Thread M.N. Ikhwan S.
ScriptAlias /php/ c:/php/ AddType application/x-httpd-php .php Action application/x-httpd-php /php/php.exe i'm using apache 2.0 as my web server. and i'm about to ask these question, where am i going to put these three lines? under what line in httpd.conf? ikhwan

Re: [PHP] mysql stored procedures

2002-10-11 Thread John S. Huggins
On Fri, 11 Oct 2002, electroteque wrote: -when is this being implemented ? Perhaps in version 4.1 of the MySQL server. Have a look near the bottom of this page... MySQL 4.1, the following development release http://www.mysql.com/products/mysql-4.0/index.html - - - --- -PHP General

Re: [PHP] PHP in crontab job

2002-10-11 Thread John S. Huggins
php. Make sure you really do have a php executable. This is what will compile if you do not specify any configuration directives during the ./configure process. Tell us how you do. - -Regards, -Sharat - - -_ -Join the world’s

Re: [PHP] php and databases

2002-10-25 Thread John S. Huggins
On Fri, 25 Oct 2002, Tyler Durdin wrote: -Is there anyway to have php convert a database from mySQL to Access via a -webpage? I have a couple of people here who use Access to do mail merging -things with word and it would make my life a ton easier if I did not have to -convert the db's

[PHP] Cleaning pasted Word text

2002-10-29 Thread a . h . s . boy
I'm working on a PHP-based CMS that allows users to post lengthy article texts by submitting through a form. The short version of my quandary is this: How can I create a conversion routine that reliably substitutes HTML-acceptable output for high-ASCII characters pasted into the form (from

Re: [PHP] Cleaning pasted Word text

2002-10-29 Thread a . h . s . boy
Brent -- Thanks for the pointer, but it doesn't really address the problem. I am specifying the character set for the page (ISO-8859-1), and I'm inserting an ACCEPT-CHARSET parameter into the FORM element, but it specifies acceptable charsets as UTF-8, ISO-8859-1, and Windows 1252. The

Re: [PHP] Cleaning pasted Word text

2002-10-29 Thread a . h . s . boy
Errr...I'm not sure how this is applicable to my situation. I'm concerned, above all, with converting curly double quotes curly single quotes em and en dashes inverted exclamation points inverted question marks ellipses non-breaking spaces registered trademark symbols bullets left and right

[PHP] More on cleaning Windows characters...

2002-11-03 Thread a . h . s . boy
After considerable investigation into the form input of non-Latin 1 characters to be processed by PHP on a Linux box, I've been able to distill the issue down considerably, though a solution (and one oddity) remains confusing. I found a very helpful web page entitled On the use of some MS

Re: [PHP] OT- Private Registrations is bogus

2002-11-23 Thread a . h . s . boy
FOR THE RECORD: I (spud who really is at nothingness.org) did NOT post this original message to the list, despite the apparent sender address (and the authentic signature at the bottom). Even the message-id header was forged to appear to have emanated from my server (whose logs I checked, to

[PHP] OpenSSL Encryption to a browser.

2002-11-29 Thread Comunica2 s. coop.
I would like to use OpenSSL to send encrypted information to a browser. The information would be encrypted to a public key that has its private counterpart installed in the browser. The idea is that the information would be decrypted automatically, but only when the destination browser has the

Re: [PHP] php framework

2003-10-21 Thread Jordan S. Jones
Where I work, we use a heavily modified version of Fusebox. We like it. Jordan S. Jones Lai, Kenny wrote: just wanted a general idea on what kind of PHP framework everyone is using.. i've heard of pear, and interjinn.. is there a preference or distinct advantage that a particular framework has

Re: [PHP] php framework

2003-10-21 Thread Jordan S. Jones
Modified to be object oriented and support xml/xslt. Jordan S. Jones wrote: Where I work, we use a heavily modified version of Fusebox. We like it. Jordan S. Jones Lai, Kenny wrote: just wanted a general idea on what kind of PHP framework everyone is using.. i've heard of pear

Re: [PHP] Whats more efficient? ( echo ; or ?php echo ? )

2003-10-22 Thread Jordan S. Jones
S. Jones Ryan A wrote: Hi everyone, Just a simple doubt and basically your opinion needed. I have an option box on a webpage and have around 10 options on it and have run into a doubt, which is more efficient to do: 1. option value=1?php if($th_order==1){echo SELECTED; } ?Something1/option option

Re: [PHP] help me

2003-10-22 Thread Jordan S. Jones
keys to the the position where the 2 (or whatever number it is) is. 4. x 5. i 6. 99 (or what ever value you want) 7.Esc:wqEnter (Escape, colon, w, q, Enter) From there you will want to reload apache or whatever webserver you are using. HTH Jordan S. Jones Feel free to donate https

Re: [PHP] php with Interbase ?

2003-10-22 Thread Jordan S. Jones
It really depends on what you want compiled in. If you are not sure what options are available, you could try ./configure --help Jordan S. Jones Luiz Gustavo Sarubi Macchi wrote: Hi all, Please, I´d like to compile my php with interbase. I know that i should put --with-interbase[=DIR

Re: [PHP] problem with intval and !=

2003-10-23 Thread Jordan S. Jones
Cesar, You can take a look into is_numeric () (http://www.php.net/is_numeric). It will tell you whether the value is a number or a numeric string, but it will also return true if the value is a float. However, at that point you know your working with the right type of variable. Jordan S

Re: [PHP] Array in SQL-table

2003-10-23 Thread Jordan S. Jones
If the field isn't required to be searchable, you could just serialize the array and shove that into a VARCHAR column.. Then unserialize the return value for that column. Jordan S. Jones Reidar wrote: I want to store an ARRAY in a SQL-table but don't know how to define it in the table

Re: [PHP] Avoiding blank lines in HTML when field is empty

2003-10-23 Thread Jordan S. Jones
Robb, You pretty much have it.. Here is what you will most likely want: ?php if (!empty($row_rsVandyDivAddresses['Address']) strlen (trim ($row_rsVandyDivAddresses['Address'])) 0) { echo $row_rsVandyDivAddresses['Address']) . 'br'; } ? Feel free to format as you wish. Jordan S. Jones

Re: [PHP] Code optimization: single vs. double quotes?

2003-10-23 Thread Jordan S. Jones
I remember reading something very very similar from one of the main php developers.. However, for the life of me, I can't remember where it was exactly... Jordan S. Jones Shawn McKenzie wrote: I came across this post and was hoping to get a gurus opinion on the validity. TIA -Shawn I

Re: [PHP] database

2003-10-27 Thread Jordan S. Jones
Alain, You can pass it in the function as a variable. E.g... Function closeDB($ref_link) { mysql_close($ref_link); } closeDB($connectie); Hope this Helps, Jordan S. Jones -- I am nothing but a poor boy. Please Donate.. https://www.paypal.com/xclick/business=list

Re: [PHP] database

2003-10-27 Thread Jordan S. Jones
connectie closeDB($connectie); Jordan S. Jones alain dhaene wrote: I have try but I get the following error: Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /home/schoolre/public_html/Hitek/Online/connectie.php on line 16 Alain Jordan S. Jones [EMAIL PROTECTED

Re: [PHP] OT - Quick JavaScript Question

2003-10-28 Thread Jordan S. Jones
if anyone knew of a way I could pass the server time into the JavaScript Date() function to make it start counting from that time, instead of the users machine time. Thanks, Jake Yes, http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/date.html#1193137 Jordan S. Jones -- I am

[PHP] include problem

2003-10-29 Thread Pablo S. Torralba
what the problem is because I have a software that should work but it doesn't. Any ideas? Thanks Pablo S. Torralba -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php function - netmask validity check

2003-11-06 Thread S H A N
hi, while using ipman php script and come accross this problem... function ip_mask_valid($mask) { $maskroot = (int)sqrt(abs(ip2long($mask))); return ( (float)$maskroot == sqrt(abs(ip2long($mask))) ); } this function is not returning true/successfull output when say given 255.255.254.0

Re: [PHP] Help With Recursion Multi-Dimensional Arrays

2003-11-08 Thread Jordan S. Jones
| Category AC | Category BC | Category Z | Category c Category 3 in a multi-dimentional array Jordan S. Jones Navid Yar wrote: Hello Guys, I need a little bit of help

Re: [PHP] HTML via echo or not

2003-12-29 Thread Jordan S. Jones
. Cheers! Robin 'Sparky' Kopetzky Black Mesa Computers/Internet Service Grants, NM 87020 -- I am nothing but a poor boy. Please Donate.. https://www.paypal.com/xclick/business=list%40racistnames.comitem_name=Jordan+S.+Jones -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Am I missing Something

2004-01-30 Thread Phillip S. Baker
Greetings all, I am running version 4.3.4 of PHP. Fairly recently. I am trying to call a pretty basic programming tool. Maybe I am just really tired, or something but I am not getting what is going on. Is there something I am missing. I am pulling a SQL call on a date to get the month. I am

Re: [PHP] Am I missing Something

2004-01-30 Thread Phillip S. Baker
At 09:54 AM 1/30/2004 +, Stuart wrote: Phillip S. Baker wrote: I am running version 4.3.4 of PHP. Fairly recently. I am trying to call a pretty basic programming tool. Maybe I am just really tired, or something but I am not getting what is going on. Is there something I am missing. I am

Re: [PHP] newbie pls help

2004-02-03 Thread Jordan S. Jones
This might help as well: http://www.php.net/manual/en/installation.php Jordan S. Jones Mrs. Geeta Thanu wrote: Hi all, I want to install apache and php in a redhat box version 8 and want apache to load php. So how i shld proceed. Just downloading the rpms of both and installing will help or I

[PHP] PHP 4.3.4 EAPI

2004-03-23 Thread Jordan S. Jones
appreciated.. Thanks, Jordan S. Jones -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Logo with a dog?

2004-04-01 Thread Jason S Motes
The picture that comes up on my machine is a guy's head with two pencils stuck in his nose Matt Matijevich wrote: snip Has anybody had the PHP logo in phpinfo() appear with a picture of a dog? /snip April Fools easter egg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Code Review PLEASE !!!

2004-04-05 Thread Jordan S. Jones
has no more records. Just a simple example of a huge problem. Jordan S. Jones Matthew Oatham wrote: Hi, I am a newbie PHP programmer, I have some code that works but I want some tips on how I an Improve my code, i.e. should I be doing my updates / deletes on same php page as the display page

Re: [PHP] Code Review PLEASE !!!

2004-04-05 Thread Jordan S. Jones
that comes from a form. Even if the ids come from the database, you still want to ensure that they really are a valid numerical value or whatever your ids happen to be based upon. Jordan S. Jones Matthew Oatham wrote: Yes I agree I need some validation, dunno whether to do server or client

Re: [PHP] datetime formatting problem

2004-05-28 Thread Jordan S. Jones
[snip /] Hi Matt, try this: function formatDate($val) { $timestamp = strtotime($val); return date('M d, Y g:i A', $timestamp); } strtotime possibly will not work if your date is 01/01/1970. [snip /] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] help needed with tiger tree hashes

2004-06-03 Thread Carl S. in 't Veld
\A4GDD)I?(O1)E5JOTBH2R\7ZOE_NUY:-$CAK /'[EMAIL PROTECTED] MZ9ME,FZK96K4)H3,E\U'AI?% 9.# TJ7Q$NSX)S1?'1TL@L#%04Z!@2 M#U\0$# +P4W,[EMAIL PROTECTED]P,%#H!(!8$@!?*!0!.R([EMAIL PROTECTED] `]/4X@ @[EMAIL PROTECTED]@6/@\()LL^S'3:M343T/XVE7TN5!`#L` ` end -- PHP General Mailing List (http://www.php.net

Re: [PHP] help needed with tiger tree hashes

2004-06-06 Thread Carl S. in 't Veld
/testresults.html The results you posted seem to be right. Carl S. in 't Veld wrote on vrijdag 4 juni 2004 0:52: I am trying to generate tiger tree hashes the same way as directconnect does, but I am failing. I checked the output from php with the reference vectors from http

[PHP] Regular Expression - it works but uses way too much memory ?

2004-06-14 Thread Ulrik S. Kofod
$replace = /^(([a-z]+?[^a-z]+?){.($count).})(.$typedmask.)(.*)/iS; $with = $1error-start sourcetext=.$corr['sourcetext']. id=.$corr['id']. group=\.$corr['grupper'].\ class=\.$corr['ordklasse'].\ corrected-from=\.$corr['typed'].\ corrected-to=\.$corr['corrected'].\$3error-end

Re: [PHP] small and big letter in WHERE statement

2004-06-14 Thread Ulrik S. Kofod
John Nichel sagde: QT wrote: Dear Sirs, When I use where statement, I see that there is no meaning small and big letter. Without looking small caps or big, result comes back. But I want to match only small letters. How can I do that? Best REgards Where statement for what? MySQL? If

Re: [PHP] Fw:

2004-06-15 Thread Ulrik S. Kofod
I'm not sure but I think that it is because you give the port number :3308 in the connect. the connection is not established the same way as when you just give just localhost and mysql might not see user the same way. I think it will work if you grant access to '[EMAIL PROTECTED]' or

Re: [PHP] Regarding variable reference

2004-06-15 Thread Ulrik S. Kofod
[EMAIL PROTECTED] sagde: Hi, I have variables called Cookie1 to Cookie35. I would like to print the values of Cookie1 to Cookie35 using for loop. Could anybody correct the below code to print the variables. =for($i=1;$i34;$i++) { $x=Cookie.$i;

Re: [PHP] Fw:

2004-06-15 Thread Ulrik S. Kofod
Dennis Freise sagde: On Tue, 15 Jun 2004 10:24:45 +0530 Sriranganath [EMAIL PROTECTED] wrote: $conn = mysql_connect(localhost:3308,user,password); Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /var/www/html/whatnew/a.php on line 3 Maybe that's because the

Re: [PHP] Regarding variable reference

2004-06-16 Thread Ulrik S. Kofod
Justin Patrin sagde: Ulrik S. Kofod wrote: Why are you using eval? Eval is slow and is a hack... Just do: $y = $$x; if(isset($y)) { echo p$x:$y/p; } } True ! I just tested it with both eval and $$, and $$ seems to be about 3 to 4 times faster

Re: [PHP] RE: Text message

2004-06-16 Thread Ulrik S. Kofod
Lester Caine sagde: R'Twick Niceorgaw wrote: Is this some kind of virus? anybody else receiving it? I have received 3 mails from this address through the list today all with a .bmp attachment It has passed clam av + fprot on linux as well as norton on windows but still want to double

Re: [PHP] Regular Expression - it works but uses way too much memory ?

2004-06-18 Thread Ulrik S. Kofod
is that I call preg_replace a little more than 3 times and that causes quite a lot of memory to be allocated. Doesn't anybody know if this is a problem in preg_replace or is there a better maillist/forum for this kind of questions? Any answer will be appreciated :) Ulrik S. Kofod sagde

Re: Re: [PHP] Regular Expression - it works but uses way too much memory ?

2004-06-19 Thread Ulrik S. Kofod
Robin Vickery sagde: The S modifier that you're using means that it's storing the studied expression. If the regexp changes each time around the loop then over 3 iterations, that'll add up. See if removing that modifier helps at all. The S modifier wasn't needed, I added it because I

Re: [PHP] Regular Expressions Tester/designer

2004-06-20 Thread Ulrik S. Kofod
Tom Rogers sagde: This works with perl regular expressions http://weitz.de/files/regex-coach.exe Thanks! Great tool! I really needed something like that. It just seems like it can't handle $1, $2 ...$x in the replacement string? Isn't there a way to make that work ? -- PHP General

[PHP] Site Search for website

2004-10-18 Thread Rahul S. Johari
Ave, I¹m working on creating a site search for our company¹s website, and am looking for some tips. Creating the search code and the results doesn¹t seem to be a big challenge... Indexing is something I have no clue to. I don¹t know how to create the Index and how the keywords, summary and link

[PHP] Using Google's API with PHP

2004-10-29 Thread Rahul S. Johari
.. It doesn't actually read my query at all. Any help would be appreciated. Ave. Rahul S. Johari Coordinator, Internet Administration Informed Marketing Services Inc. (518) 266-0909 x154 http://www.informed-sources.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

FW: [PHP] Using Google's API with PHP

2004-10-29 Thread Rahul S. Johari
Ave, Yes indeed I did register with Google and I have the Key. Rahul S. Johari Coordinator, Internet Administration Informed Marketing Services Inc. (518) 266-0909 x154 http://www.informed-sources.com On 10/29/04 12:45 PM, Greg Donald [EMAIL PROTECTED] wrote: On Fri, 29 Oct 2004 11:56

[PHP] php mail() sendmail hanging freebsd 4.10

2004-11-21 Thread Thomas S. Crum
appreciated. I've included the sendmail.mc and php.ini files below. Best, Thomas S. Crum # Sendmail .mc file divert(-1) divert(0) VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.19 2003/12/31 17:42:16 gshapiro Exp $') OSTYPE(freebsd4) DOMAIN(generic) FEATURE(access_db, `hash -o -TTMPF

[PHP] Strange Download-File Problem

2004-12-03 Thread Rahul S. Johari
appreciated. Rahul S. Johari

[PHP] Strange Download-File Problem - PART II

2004-12-03 Thread Rahul S. Johari
is... Somehow the file is NOT being saved in that location where the browser usually saves it temporarily.. And thus the file cannot be opened by choosing the OPEN option from the Dialog Box. Anyone knows why? Or what is the solution. Thanks, Rahul S. Johari From: Rahul S. Johari [EMAIL PROTECTED] Date

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Rahul S. Johari
['PATH_INFO'] to help me solve my problem.. But in case you do know of any relevant place where I may need to look pertaining to my specific problem, I'd really appreciate if you could direct me to it. Thanks again, Rahul S. Johari On 12/3/04 1:01 PM, Richard Lynch [EMAIL PROTECTED] wrote

Re: [PHP] Strange Download-File Problem

2004-12-03 Thread Rahul S. Johari
/somefile.txt or imsafm2_download?F=imsafm/rahul/somefile.txt The difference being the ³?² instead of the ³/² I did actually edited my Apache¹s httpd.conf and added the Files directive. And I modified my code... Right now it still gives the exact same error. I¹m using ³imsafm2_download² instead

[PHP] Strange File Download Problem

2004-12-06 Thread Rahul S. Johari
and gives the same error. What am I doing wrong? Thanks, Rahul S. Johari

Re: [PHP] Strange Download-File Problem

2004-12-06 Thread Rahul S. Johari
, it works the same way it was working before. You click the link, the SAVE AS Dialog box opens.. If you hit Save, the file is saved and can be opened... HOWEVER, if you hit OPEN, it opens the associated application and gives the same error. What am I doing wrong? Thanks, Rahul S. Johari On 12

[PHP] Need a Calender class that can access a DB

2005-01-07 Thread Phillip S. Baker
Greetings All, I have the need to find a calender class/script. What I am trying to do is have a view by month calender that lists all classes for the month. People can see the names of the classes in the month display and then click on the link and get the detailed information about the class

[PHP] Strange troule with PHP and MySQL

2005-01-15 Thread Phillip S. Baker
Greetings all, I am runnign into a strange problem. I am working on a Linux box. Running PHP 4.2.2 Apache 2.0 And it has MySQl installed on it (not sure of the version. I ran a quick script to check to make sure the connection to the DB is working fine as this is a very secure connection (have

[PHP] Trouble with Apache 2.0, PHP and MySQL

2005-01-17 Thread Phillip S. Baker
Greetings all, I am runnign into a strange problem. I am working on a Linux box. Running PHP 4.2.2 Apache 2.0 And it has MySQl installed on it (not sure of the version. I ran a quick script to check to make sure the connection to the DB is working fine as this is a very secure connection (have

[PHP] Echoing Variables Names

2005-01-17 Thread Phillip S. Baker
Greetings All, I am generating some variable variables. I am interested for testing purposes in finding out the names of the variables that are actually being generated. Since I want to make sure that that my following conditional statements are working properly and the values are set. So is

Re: [PHP] Re: I don't want to use include

2004-06-23 Thread Ulrik S. Kofod
If calling the backup function can wait till after your output is generated, then you can echo/print the output call flush(); and then call the backup routine. Then the backup won't apper to be slowing down as it is running after the output is send to the user. brgds QT sagde: Dear sirs,

Re: [PHP] call_user_func and call-time pass-by-reference

2004-07-08 Thread Andrew S. Nagy
Great, i must have done something wrong, it works for me now. Thanks for all your help :) Andrew Tom Rogers wrote: Hi, Thursday, July 8, 2004, 3:38:41 AM, you wrote: AN Hmm ... this still echos 0 and not 1. I am using 4.3.7 with all AN warnings on. AN Does anyone know how to use this function

[PHP] PHP Version for API 20001222

2004-08-27 Thread Cole S. Ashcraft
What PHP version had the API number 20001222 ? Thanks Cole -- This message has been scanned for viruses and dangerous content by MailScanner on mail.ashcraftfamily.net, and is believed to be clean. Please report any deviance from this condition immediately to the AFN Administrator at [EMAIL

Re: [PHP] PHP Version for API 20001222

2004-08-27 Thread Cole S. Ashcraft
Thanks! Andre Dubuc wrote: PHP 4.0.6-6.2mdk On Friday 27 August 2004 02:45 pm, Cole S. Ashcraft wrote: What PHP version had the API number 20001222 ? Thanks Cole -- This message has been scanned for viruses and dangerous content by MailScanner on mail.ashcraftfamily.net, and is believed

[PHP] question

2007-03-03 Thread Riyadh S. Alshaeiq
Dear sir, Kindly, don't neglect my email since I need your feedback desperately. 1. I have been trying to find a php function for getting a file size not the size on disk.. Every script I have used comes back with the size on disk result.. That is not what I am looking for since I am

[PHP] looking for two remote functions

2007-03-09 Thread Riyadh S. Alshaeiq
Hello everybody, I am looking for an HTTP function for getting remote filesizes. Keeping in mind that I am NOT interested in getting the size on disk figure, I need the actual size of the files when downloaded to a local machine. Please let me know if there are any.. Another thing, I also need

[PHP] looking for two remote functions

2007-03-09 Thread Riyadh S. Alshaeiq
Hello everybody, I am looking for an HTTP function for getting remote filesizes. Keeping in mind that I am NOT interested in getting the size on disk figure, I need the actual size of the files when downloaded to a local machine. Please let me know if there are any.. Another thing, I also need

[PHP] FW: looking for two remote functions

2007-03-09 Thread Riyadh S. Alshaeiq
@lists.php.net Subject: Re: looking for two remote functions Riyadh S. Alshaeiq wrote: Hello everybody, I am looking for an HTTP function for getting remote filesizes. Keeping in mind that I am NOT interested in getting the size on disk figure, I need the actual size of the files when downloaded

RE: [PHP] FW: looking for two remote functions

2007-03-10 Thread Riyadh S. Alshaeiq
, compared to file size which is an actual byte count. As I mentioned before what I want is a function for getting the result for the Size no for Size on Disk Riyadh -Original Message- From: Németh Zolt?n [mailto:[EMAIL PROTECTED] Sent: 10/Mar/2007 12:27 PM To: Riyadh S. Alshaeiq Cc: php-general

[PHP] RE: looking for two remote functions

2007-03-10 Thread Riyadh S. Alshaeiq
[mailto:[EMAIL PROTECTED] Sent: 9/Mar/2007 2:57 PM To: php-general@lists.php.net Subject: Re: looking for two remote functions Riyadh S. Alshaeiq wrote: Hello everybody, I am looking for an HTTP function for getting remote filesizes. Keeping in mind that I am NOT interested in getting

[PHP] INSERT Array Values into mySQL Table

2007-05-02 Thread Rahul S. Johari
Ave, Here¹s the thing, I¹ve got an Array which has it¹s own set of Keys = Values. I¹m using foreach() to read the Keys = Values like this: function pr1($var) { foreach ($var as $k = $v) { echo ³$k = $v²; } I need to INSERT the Values from

Re: [PHP] People's misbehavior on the list

2007-05-18 Thread Richard S. Crawford
On Friday 18 May 2007 15:25:35 Tijnema wrote: ? function sighRelief() {  return Thank fucking God!; } ? Saves you some time, and resources Yeah, but where's the fun in that? -- Richard S. Crawford (http://www.mossroot.com) Editor In Chief, Daikaijuzine (http://www.daikaijuzine.com) AIM

[PHP] Export/Write rows from DBF to CSV

2009-03-13 Thread Rahul S. Johari
Ave, I'm trying to retrieve data from a DBF database and write it to a CSV file in a comma delimited format. I'm able to get the data and write it to CSV, but it only writes the last row/record ... not all the records. I know I don't have the correct code and I'm hoping someone can help

Re: [PHP] Export/Write rows from DBF to CSV

2009-03-13 Thread Rahul S. Johari
On Mar 13, 2009, at 10:01 AM, Bastien Koert wrote: On Fri, Mar 13, 2009 at 9:56 AM, Rahul S. Johari sleepwal...@rahulsjohari.com wrote: Ave, I'm trying to retrieve data from a DBF database and write it to a CSV file in a comma delimited format. I'm able to get the data and write

Re: [PHP] Export/Write rows from DBF to CSV

2009-03-13 Thread Rahul S. Johari
On Mar 13, 2009, at 11:44 AM, Shawn McKenzie wrote: Rahul S. Johari wrote: On Mar 13, 2009, at 10:01 AM, Bastien Koert wrote: On Fri, Mar 13, 2009 at 9:56 AM, Rahul S. Johari sleepwal...@rahulsjohari.com wrote: Ave, I'm trying to retrieve data from a DBF database and write

[PHP] Writing to dbase (dbf) deletes index (cdx)

2009-03-25 Thread Rahul S. Johari
Ave, I noticed something peculiar and I can't find a solution for this. I'm wondering if anyone can help me out. I'm using the dbase functions to read write from dbf (foxpro) tables. The DBF tables usually have an Index which is contained in filename.cdx. It appears that anytime I Write

[PHP] Connecting to dBase using ODBC on Mac OS X

2009-04-09 Thread Rahul S. Johari
Ave, Does anyone have any knowledge on connecting a FoxPro table (.dbf, dbase) using ODBC on a Mac OS X? I've been googling but not much is turning up. Some information is available on ODBC Connections using PHP ... very little on Mac OS X ... and absolutely none to do with a FoxPro

[PHP] Extract variable out of a Class - Function

2009-04-23 Thread Rahul S. Johari
); echo $justTT; } } } I need to use $justTT. How do I get the value of $justTT into a different variable outside of this class/function so I can use it in a different class? --- Rahul S. Johari Supervisor, Internet Administration Informed Sources, Inc

Re: RES: [PHP] Extract variable out of a Class - Function

2009-04-23 Thread Rahul S. Johari
) { $this-justTT = substr($this-url,-10,7); } } } $myvar=new Test(); $myvar-showOutput(); $othervar=$myvar-justTT; echo $othervar; $otherClass=new anotherclass($othervar); Is that u want? Zechim SP/Brazil -Mensagem original- De: Rahul S. Johari

Re: [PHP] How to deal with identical fields in db

2009-05-05 Thread Richard S. Crawford
want to do some normalization on this task; otherwise, you end up with a giant table of books, with multiple rows duplicating the title of the book, leading to a huge books table, and nobody wants that. -- Richard S. Crawford (rscrawf...@mossroot.com) http://www.mossroot.com Publisher and Editor

[PHP] PHP as Server Side for a Web Database Application.

2009-06-09 Thread R. S. Patil
Hi, We are in phase of evaluating PHP as Serverside technology for our first web application. We have finalized Flex for user interface and Birt as reporting engine. Now the data services are to be evaluated. Flex forums recommended us using PHP for this. We would like to implement SOA for

[PHP] How do I Upload XML file using cUrl?

2009-06-12 Thread Rahul S. Johari
Ave, I have a client who used Lead360.Com to manage their Leads. We have a Leads Management application in place that creates an XML file of the lead which give the client manually to download. What are client is requesting is to POST the XML File directly to their Leads360.Com account.

<    4   5   6   7   8   9   10   >