[PHP] Binary mah

2004-06-10 Thread Mark
- Normal messages 4 - Informational messages 5 - Debugging messages Number of messages to store: Automatically open the system messages window

[PHP] OT (Re: IMPORTANT MASSAGE FROM THE BANK)

2004-06-03 Thread Mark Pecaut
cam > list!!! http://419eater.com/ This is way off topic, but still interesting... -Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Query Query

2004-05-30 Thread Mark Charette
> From: Khan [mailto:[EMAIL PROTECTED] > you have 'company_name' in SET and then again in WHERE. This looks fishy. Very common, often required, and perfectly legal. Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Piping new email to a PHP file

2004-05-22 Thread Mark Pecaut
7;, then I tried to pipe it to a > program (the php interpreter) like this "|php /home/php-script.php" > and that didn't work either. try the full path: |/usr/local/bin/php /home/php-script.php or, if using qmail, | /var/qmail/bin/preline /usr/local/bin/php /home/php-script.php us

Re: [PHP] Re: Date Function - Empty Value

2004-05-20 Thread Mark Pecaut
9/30/2003# WHERE foo='bar'; or UPDATE tablename SET date_field=NULL WHERE foo='bar'; if you want to make that field null. If it complains when you try to set it NULL and you want it to be null, put 'No' for 'Required' for that field in Design View. -Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using PHP4 4.3.4 as a CGI

2004-05-12 Thread Mark Constable
Debian testing system with a recent update to php-cgi 4.3.4. I have been using the /usr/bin/php4 binary as a some.cgi with a shbang line of "#!/usr/bin/php4" which worked fine up until this recent 4.3.4 update. Now the new 4.3.4 php4 binary does not produce a "Content-type: index/html\n\n" header

Re: [PHP] Max file size for uploads?

2004-05-12 Thread Mark Pecaut
, referer: http://dinghy.homeip.net/upload.php > > Any thoughts? If you are using apache, this might help: http://httpd.apache.org/docs/mod/core.html#limitrequestbody -Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] default and another constructor

2004-05-12 Thread Mark Constable
On Wed, 12 May 2004 11:27 pm, Rudy Metzger wrote: > On Wed, 2004-05-12 at 15:18, Mark Constable wrote: > > You can at least make the below work by removing the first > > forum() instance and using > > > > function forum($naam=NULL,$tijd=NULL,$tekst=NULL) > > &g

Re: [PHP] default and another constructor

2004-05-12 Thread Mark Constable
On Wed, 12 May 2004 10:43 pm, Lieve Vissenaeken wrote: > Please ,could anybody help me ? I'm not so familiar with PHP. > > I've the following problem with my code when I try to make an object from > the class "forum" with the code "$test=new forum()". I always get a > warning on this: "Warning: M

Re: [PHP] parsing value by URL

2004-05-12 Thread Mark Constable
On Wed, 12 May 2004 09:42 pm, gowthaman ramasamy wrote: > I have a problem in passing the value to another PHP script from the > first one. can any one help me to debug it. > > ENCTYPE="text/plain"> > if(isset($_POST['submit'])) > { > does many things > > $detail_file='testrun_hetero_srtdou

Re: [PHP] Methods for instatiating an object

2004-05-12 Thread Mark Constable
On Wed, 12 May 2004 08:41 pm, Jordi Canals wrote: > A)$object = new MyClass; > B)$object =& new MyClass; > 1) In case A, PHP creates a new object and returns a Copy of this new > object, so really I will have the object two instances for the object in > memory ... > > 2) In case B, PHP cre

[PHP] Using PHP4 4.3.4 as a CGI

2004-05-12 Thread Mark Constable
Debian testing system with a recent update to php-cgi 4.3.4. I have been using the /usr/bin/php4 binary as a some.cgi with a shbang line of "#!/usr/bin/php4" which worked fine up until this recent 4.3.4 update. Now the new 4.3.4 php4 binary does not produce a "Content-type: index/html\n\n" header

Re: [PHP] protecting web page

2004-05-05 Thread Mark
again, not quite sure why you'd want to hide that, unless it contains lots of javascript code. Their are tools to turn off "View Source," but someone could just as easily telnet into your web server and view the source directly if they really wanted to. The bottom line is that u

RE: [PHP] PHP5 bloats the code

2004-04-24 Thread Mark Charette
to them since PHP doesn't have method signatures, meaning I _don't_ know a priori what will be passed to them. Currently type checking is mandatory if you want to avail yourself of a single method name. Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Call to external function

2004-04-23 Thread Mark
gt; El vie, 23-04-2004 a las 09:09, Jeff McKeon escribió: > > > Is there a way in PHP to make a call to a javascript funtion? > > > > > > I have a javascript that I want to start when an sql query > > begins and > > > stop when the php code is done. Is this

Re: [PHP] OK SQL experts...

2004-04-23 Thread Mark
otes. > >> > >> ---John Holmes... > >> > >> -- > >> PHP General Mailing List (http://www.php.net/) > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > >> > > - Brian > > > > -- > > PHP General Mailing L

[PHP] Forking external binaries

2004-04-20 Thread Mark
popen() to spawn the qmail-inject binary. Is there a way to spawn the external binary but not wait for it to return. I'd be happy to ignore any return value if the tradeoff was a fast return. Suggestions or advice would be most welcome. Best regards, Mark. -- PHP General Mailing

RE: [PHP] Whats faster? text files or mysql?

2004-04-20 Thread Mark Cubitt
I'm not sure but I think it would depend on the programming language and with php File I/O is slower then database (mySql anyway). Where as Perl would probably be quicker with the text file. I could be wrong though Regards Mark Cubitt > -Original Message- > From: Travis

Re: [PHP] PHP vs. Outlook problem

2004-04-08 Thread Mark
; cchiang > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROTECTED] *** You can't dema

Re: [PHP] confused big time

2004-04-07 Thread Mark Ackroyd
ode is better then something that looks like the perl DeCSS program. If you need the nano seconds that much buy a better box !. Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] confused big time

2004-04-07 Thread Mark Ackroyd
it's '2004-03-01 12:00:00' if you get into the habbit of *always* converting the date into a db friendly string, then you'll never have date insert problems and it can be used in the function without issues. Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] confused big time

2004-04-07 Thread Mark Ackroyd
($a,"tablename"); it builds the sql statement for you. It covers 99.9% of the inserts your likely to need. I use an update and insert function like this all the time. :-) Mark Richard Davey wrote: $sql = " INSERT INTO tablename ( field1,

[PHP] Warning: exec(): Unable to fork

2004-04-05 Thread Mark C
nyone else managed to get around this yet? or can advise on what the error could be due to? Thanks Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php as default "value" in html

2004-04-04 Thread Mark
"I work for you..." but > when used as a default value in an input text field for html the > only part that shows up in the form itself is "I". is there > anything going on that im missing somewhere?? > > Yes. Perform the subsitution manuall

Re: [PHP] tiff to pdf conversion

2004-04-02 Thread Mark C
somefile.pdf http://www.imagemagick.org/ Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Forcing Mac's to show download box, rather than inline

2004-04-02 Thread Mark C
Once upon a time Mark C was quoted as saying: > Hi, > > I'm trying to server an image(s) up from a php script, this script, > checks for the image and then outputs the required header types, I'm > trying to get the browsers to download the requested image (when they >

[PHP] Forcing Mac's to show download box, rather than inline

2004-04-02 Thread Mark C
Hi, I'm trying to server an image(s) up from a php script, this script, checks for the image and then outputs the required header types, I'm trying to get the browsers to download the requested image (when they click the link), rather than display inline. I've got it working on both Mozilla and I

Re: Re[2]: [PHP] JavaScript Enabled?

2004-03-29 Thread Mark
27;re enabled) or session variable if you wanted to use it across multiple pages... = Mark Weinstock [EMAIL PROTECTED] *** You can't demand something as a "right" unless you are willing to fight to death to defend everyone else's right t

RE: [PHP] How to send SMS

2004-03-29 Thread Mark
t; > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.644 / Virus Database: 412 - Release Date: 3/26/2004 > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system

[PHP] Help with adding an image to a table row

2004-03-17 Thread Mark
y help would be much appreciated Thanks Mark print ""; print ""; print "Staff Database\" border=\"0\">"; print ""; print "Staff DatabaseStaff tracking made easier"; print ""; else: print ""; print ""; p

[PHP] Loosing $_SESSION vars somewhere...

2004-03-11 Thread Mark Henry
ON values on each page. If a value suddenly disappears then I pop an error to the user and write the event to a text file on the server. This is okay as a stop-gap, but I need to track down what's causing the problem in the first place. Any ideas? tia Mark H -- Mark Henry Enterpris

[PHP] RE: Record Counts

2004-02-23 Thread Mark Roberts
I did RTFM...I always RTFM first. That was the example in the F Book!. Mark Roberts, Roberts Computing Systems Webmaster Services $29.50/mo mailto:[EMAIL PROTECTED]

[PHP] Getting Record Counts

2004-02-23 Thread Mark Roberts
urns a value of 'Resource id #5'. What am I doing wrong? Thanks. Mark Roberts, Roberts Computing Systems Webmaster Services $29.50/mo mailto:[EMAIL PROTECTED]

RE: [PHP] CSV download

2004-02-18 Thread Roberts, Mark (Tulsa)
Is this through the fopen() and other file handling functions? Mark Roberts Sr. Systems Analyst Corporate Compliance & Governance Applications The Williams Information Technologies Office 918.573.1706 Pager 918.672.5359 Fax 918.573.0892 Email: [EMAIL PROTECTED] Email Text to pager: [E

[PHP] CSV download

2004-02-18 Thread Roberts, Mark (Tulsa)
fopen(). Anything to help me get started would be appreciated. Mark Roberts Sr. Systems Analyst

[PHP] PHP and MS SQL ?

2004-02-02 Thread Mark
We are running PHP 4.3.4 with an IIS 5 server on WIN 2K server. PHP works fine on the server, the problem is connecting to a MS SQL database. When I try to access the site I get the following message: Fatal error: Call to undefined function: mssql_connect() in C:\newdata\linked\db_connect.php

Re: [PHP] PHP and XML.

2004-02-02 Thread Mark Ackroyd
it wasn`t using expat. Wich I had time to look into all of these little things :-) -- Mark Ackroyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP not working with Apache

2004-01-31 Thread Mark Mark
I am running Apache 1.3.29 and PHP 4.3.3. I installed apache first and got it to work. Then, I install the php installer and and copied the windows binary files. I followed the instruction to run as a module and I even uninstalled the php files and tried to run PHP as just a CGI binary, both met

[PHP] PHP and XML.

2004-01-30 Thread Mark Ackroyd
) If I run the scripts from the Command lime they work fine ! anyone got any ideas? Mark -- Mark Ackroyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Threading & PHP

2004-01-26 Thread Mark Charette
On Sun, 25 Jan 2004, Galen wrote: > I'm not 100% sure what you're talking about, to be honest. I think I'm > in the second half of the people... :) > > As far as I can tell, Apache runs as many processes (httpd) as needed > on my local machine. As far as my server, I haven't seen this behavior,

RE: [PHP] what PHP really needs

2004-01-24 Thread Mark Charette
f stock, etc. > > [Marlon Moyer] > This isn't a situation that you would use a cached query. You > would only use > it when something doesn't change that often, or you have control > of when it > changes. Hell, I have stuff like that - it's called generate an include file with a cron job. Trivial.

Re: [PHP] Threading & PHP

2004-01-24 Thread Mark Charette
On Sat, 24 Jan 2004, Galen wrote: > Hi, > > This may be completely crazy, but let me tell you what I want to do: > thread PHP. Can you set processor affinity on your system? If so, you can "pseudo thread" by assigning processes to different CPUs; e.g., run your main Webserver on one processo

Re: [PHP] Can we make .exe programs with php?

2004-01-24 Thread Mark Charette
On Sat, 24 Jan 2004, pehepe php wrote: > Can we make .exe programs with php? for example we can do it with delphi, > vbasic.but can we do with php? No (and .exe is a convention that isn't universal, btw). PHP is an interpreted language, not a compiled one. -- "Half the people know what they're

RE: [PHP] what PHP really needs

2004-01-24 Thread Mark Charette
On Sat, 24 Jan 2004, Marlon Moyer wrote: > Like Hamid Said, if the ColdFusion server has the query already in memory. > It doesn't need to send traffic to another server to get the information > again. Most systems I've worked on have the db and the web server on > different areas of a firewall,

RE: [PHP] what PHP really needs

2004-01-24 Thread Mark Charette
et another server in the way that will have to be triggered by the underlying db to clear ITS cache? Mark C, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] drop downs

2004-01-23 Thread Mark Luquette
I am migrating a site that used cold fusion. It used a mouseover feature that dropped a box with links that responded to additional mouseover features. This is not a right side down arrow form like box. Any php scripts that do this ? Thanks, Mark L.

[PHP] Weird problem with objects

2004-01-23 Thread Mark Cubitt
t;); This makes no sense to me what so ever, so can anybody shed some light on it for me. I'm prob just making a silly mistake but any help would be very much appreciated. Thanks in advance Regards Mark Cubitt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF creation using PHP, based on a PDF template

2004-01-22 Thread Mark Wouters
ced it got cut off quite in the beginning of the file.. Does anyone have an idea? Or does someone know an other way to create PDF's based on a PDF, on the fly, using PHP?? Thanks! Mark. >", $description1, $output ); $output = pdf_replace( "<>", $bedrag1, $out

[PHP] PDFlib error 2516

2004-01-15 Thread Mark Wouters
ne have an idea what the problem could be? What does the "host" mean in the example above ($arial = PDF_findfont($pdf, "Arial", "host", 1); )? Thanks for any help Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Ver 5.0 Questions ...

2004-01-14 Thread Mark Charette
If you read through the archives you'll find it isn't so much that PHP is the problem per se, but many of the PHP modules. If you use the multi-threading model of Apache 2 (the raison d'etre for using Apache 2 for most people) then all the modules have to be thread-safe, and that's a non-trivial ma

RE: [PHP] Function returns

2004-01-12 Thread Mark Cubitt
Shawn McKenzie wrote: > Maybe a dumb question, but as good coding practice, should all functions > return something even if they don't need to??? > > Example: > > function do_it() > { >echo "hi"; > } > > --or-- > > function do_it() > { >return echo "hi"; > } > > Also, if they do other th

[PHP] mcrypt and PHP to encrypt values to be passed to differend server

2003-12-28 Thread Mark Wouters
password); mcrypt_generic_deinit ($td); mcrypt_module_close ($td); and then an echo("$login - $password"); to check if the values are correct. But they are not!! What am I doing wrong?? Is it because both are on a different server? I would very much appreciate your help. Or if s

RE: [PHP] PHP Session Variables Not Being Set For Certain Browsers

2003-12-27 Thread Mark Charette
> -Original Message- > From: Andy Higgins [mailto:[EMAIL PROTECTED] > Can anyone confirm whether > AOL (or any > other ISPs for that matter) change a user's IP address as seen by the web > server (for eample through a proxy) within the same session? It's been pointed out and confirmed many

[PHP] XML Strategdy

2003-12-11 Thread Mark Roberts
? Just courious...any suggestions, thoughts, comments? Thanks. Mark Roberts, Roberts Computing Systems Webmaster Services $29.50/mo mailto:[EMAIL PROTECTED]

[PHP] PHP and Java

2003-12-11 Thread Mark Ackroyd
LIBRARY_PATH=/usr/local/jdk1.3.1/jre/lib/i386/green_threads Either way this problem doesn`t seem to go away with the LD references? anyone got an ideas of what I am doing wrong? Mark -- Mark Ackroyd e: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

Re: [PHP] PHP RSS sites and SlashDot

2003-12-05 Thread Mark Pratt
site. Regards, Mark On Dec 5, 2003, at 8:34 PM, Ryan A wrote: Hi, I am totally new to using RSS feeds and need a little help. I downloaded a few good classes to use RSS but dont know where to get the feeds from... our site is going to be totally PHP geared: eg: PHP Articles Program snippets

Re: [PHP] PHP @ opensourcexperts.com

2003-12-05 Thread Mark Pratt
Duly noted. Thanks, Mark On Dec 5, 2003, at 6:12 PM, Ryan A wrote: Very nice, except please put a OT in the subject when posting something like this. -Ryan Hi, We would like to announce to PHP Users and Developers that: http://www.opensourcexperts.com has added a category for PHP and

[PHP] PHP @ opensourcexperts.com

2003-12-05 Thread Mark Pratt
indices are made available as RSS Feeds. For a more detailed overview of what opensourcexperts does (these are only a few of the features on our site) please see our Tour: http://www.opensourcexperts.com/Tour/index.html Regards, Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] strpos() act funny when searching for "]]>"....

2003-11-21 Thread Mark Charette
On Fri, 21 Nov 2003, Scott Fletcher wrote: > Well, I seem to have problem understanding the word, 'offset' to the > strpos() function because it is a bad choice of word strpos() and the word "offset" used with it is probably older than you ... :) -- PHP General Mailing List (http://www.php.ne

[PHP] PHP-Only Polling Script?

2003-11-19 Thread Mark D Hiatt
alidate users, etc. etc. They don't have any money, so I don't have any time. I just need a good, cheap, low-hours-to-live, no-database, no-money poll. Anyone know of one? Mark D Hiatt "Better Documentation Through Science" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with exec syntax

2003-11-16 Thread Mark
John W. Holmes wrote: Mark wrote: The syntax I am using is this. system('cmd/c start notepad my.txt', $results); or exec('start notepad my.txt', $results); You shouldn't be using exe() or system() for this, use fopen() to open a file from within PHP for editing.

[PHP] Help with exec syntax

2003-11-16 Thread Mark
ile editing is done is not the most desirable thing What would be the proper syntax for this?? Any help will be much apreciated. Regards, Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Headers Sent Message

2003-11-14 Thread Mark Roberts
ld be appreciated. Thanks. Mark Roberts, Roberts Computing Systems Webmaster Services $29.50/mo mailto:[EMAIL PROTECTED]

RE: [PHP] FDF quit work for Acrobat 6

2003-11-13 Thread Roedel, Mark
noticed the newer reader has a tendency to cache old FDF's rather than using the fresh one. Is that what you're seeing as well, or do you get some sort of error message? -- Mark Roedel Web Programmer / Analyst LeTourneau University Longview, Texas USA -Original Message- From: E

Re: [PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Mark
tings (and delete the client temp files), and not the settings on the server. Of course, I could be wrong. It happens daily. = Mark Weinstock [EMAIL PROTECTED] *** You can't demand something as a "right&qu

Re: [PHP] Re: Delete Temporary Internet Files

2003-11-12 Thread Mark
ED]> wrote in message > news:[EMAIL PROTECTED] > > I am trying to use PHP to delete temporary internet files in IE6. > I would > > also like to access other "Internet Options" functions. Any > assistance > > would be appreciated. > > > > T

RE: [PHP] Help with scripts to add records to a database

2003-11-11 Thread Mark
Sorry guys, I have tried all the suggestions so far with no luck. Regards, Mark try to include field name: $query = "INSERT INTO contacts(first,$last,phone,mobile,fax,email,web) VALUES ('$first','$last','$phone','$mobile'

[PHP] Help with scripts to add records to a database

2003-11-11 Thread Mark
: Last Name: Phone: Mobile: Fax: E-mail: Web: The insert.php Any help would be much appreciated. Regards, Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] location= Construct Doc

2003-11-11 Thread Mark
rse > error? > > > > Chris > > > > = > > My Blog > > http://shiflett.org/ > > HTTP Developer's Handbook > > http://httphandbook.org/ > > RAMP Training Courses > > http://www.nyphp.org/ramp > > -- &

Re: [PHP] Japanese character validation

2003-11-07 Thread Lew Mark-Andrews
Howdy, >> I have accept input from the user and check if the input is >> japanese character only, >> for example : If name is accepted , I need to check if its >> any of the Hiragana, Katakana or Kanji. > >Hmm... why would you like to do that? I've never really seen >the need for that. It's actua

[PHP] Dates < then 1970

2003-11-03 Thread Mark McCulligh
23" and get the timestamp so I can use functions like strftime or date. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] printer functions and pcl

2003-11-03 Thread Mark Newnham
MODE,"RAW" functio, but when I set this, the printer_write function no-longer works. can anyone help? TIA Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Importing data into MySql via PHP

2003-10-26 Thread Mark Roberts
ould use some pointers from someone who has used this beforesuch as... 1. What is the default file format expected? (.csv?) 2. Any quarks I would need to know about? 3. Etc... Thanks. Mark Roberts, Roberts Computing Systems Webmaster Services $29.50/mo mailto:[EMAIL PROTECTED]

[PHP] Re: Trying to start a session

2003-10-25 Thread Ed van der Mark
If you are using Windows try C:\windows\temp as /tmp directory. Ed "Jough Jeaux" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > The very simple following script: > session_start(); > ?> > > Produces an error that says it can't write the file > for the session. > > The permissions

Re: [PHP] null character - file related function

2003-10-06 Thread Mark Charette
in it to those functions may result in "interesting" things happening Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] null character - file related function

2003-10-06 Thread Mark Charette
cumentation on NULL terminated strings as a definition when I searched through the official docs). However, strings in PHP follow the C convention of being NULL terminated. Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fgets prob... !?

2003-09-28 Thread mArK
P", leave my "#" in peace? -- mArk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] configuring the php.ini file

2003-09-18 Thread Mark McCulligh
g. For were are all the so files, on the windows box the extensions folder is full of dlls. OR in Linux do you have to always recompile PHP to enable any new database support. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Edit a String

2003-09-17 Thread Mark
r_replace() > Have a pleasant and productive day. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROTECTED] *** You can't demand something as a &quo

Re: [PHP] PHP and Palm

2003-09-17 Thread Mark
de.org). There's been on-again-off-again development of a conduit for sync'ing their apps with a Palm. I'm not sure what the status of the project is. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/u

[PHP] Japanese on a page

2003-09-12 Thread Mark McCulligh
something to do with the META setting. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: URGENT BUSINESS RELATIONSHIP

2003-09-12 Thread Mark
ystems. > > > > For more information, visit our website at www.salmat.com.au. > > > > > * > > > > -- > > PHP General Mailing List (http://www.php.net/) >

[PHP] Re: PHP configure error

2003-09-10 Thread Mark McCulligh
inked too? I am hoping this is why my PHP configure it failing. Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP configure error

2003-09-10 Thread Mark McCulligh
checking for MySQL UNIX socket location... no checking size of char... (cached) 1 checking size of int... (cached) 4 What does the "MySQL UNIX socket location... no" mean? Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP configure error

2003-09-10 Thread Mark McCulligh
In function `my_uncompress': my_compress.o(.text+0x12a): undefined reference to `uncompress' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 Does anyone know what I am doing wrong? Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Mark McCulligh
Ok, when I compiled with --with-mysql only, phpinfo() said: Client API version: 3.23.49 I will recompile PHP with --with-mysql-sock instead. I want to make sure PHP is using the right MySQL Client version. Thanks, Mark. "Ray Hunter" <[EMAIL PROTECTED]> wrote in message news:

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Mark McCulligh
Thanks, If you just use --with-mysql it will use PHP's built-in mysql client lib 3.23.49, but I have MySQL 4.0.14 installed. Won't this make a difference. I want to make sure PHP is compiled this the right libraries for MySQL. Mark. "Ray Hunter" <[EMAIL PROTECTED]

[PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Mark McCulligh
/mysql BIN files are in /usr/bin/, etc... If you install MySQL from a RPM what path do you put in the PHP configure line Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Too Advanced? Re: Cookies & Hidden Image

2003-09-05 Thread Mark Charette
> From: Nicole [mailto:[EMAIL PROTECTED] > > Thanks. The cookie sets fine using the redirect. The problem is accessing > the cookie when the script is called via the image tag. If the script is > called directly, the cookie is accessible. Images have their own connection (which is why you can see

[PHP] backtick : maximum output size?

2003-09-01 Thread Mark Walker
, the php process just crashes. Is this something I can modify in PHPs setup? This is a stock MDK 91 setup, php 4.3.2, with mod_gzip 1.3.26.1a Thanks for any help Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] can pdf forms be used to submit data into db?

2003-08-28 Thread Roedel, Mark
Guess I'm a little late to this party, but... If you're still looking for help with tying a PDF form to a database, drop me a note. I've got some code I developed for our online admissions application that I can probably be talked into sharing. -- Mark Roedel Web Progr

Re: [PHP] webserver for mac

2003-08-26 Thread Mark Bomgardner
[PHP] webserver for macIf your company is using MAC OS X, apache is the built in webserver. If they are using less than that, apache is not going to work. I would suggest that you have your client use OS X. You can use the single user version if you are going to host just one site, if it's go

[PHP] safe_mode_include_dir

2003-08-22 Thread Mark Clarkstone
does this include sub dirs ? -- bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Your details

2003-08-20 Thread Mark
-- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROTECTED] *** You can't demand something as a "right" unless you are willing to fight to death to

Re: [PHP] Any IMAP portal system

2003-08-18 Thread Mark
> Thanks > Dasmeet > > > -- > Domainwala.com > Domain Names from $7.99 at http://www.domainwala.com > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > = Mark Weinstock [EMAIL PROT

Re: [PHP] Category and sub-category logic

2003-08-15 Thread Mark
--- "CPT John W. Holmes" <[EMAIL PROTECTED]> wrote: > From: "Mark" <[EMAIL PROTECTED]> > > > > I'm trying to get a handle on this algorithm as well. If you add > > additional children to a parent record, doesn't that require

Re: [PHP] configure smtp error

2003-08-15 Thread Mark
feedback.php on > line 12 > > -- > jackson miller > > cold feet creative > 615.321.3300 / 800.595.4401 > [EMAIL PROTECTED] > > > cold feet presents Emma > the world's easiest email marketing > Learn more @ http://www.myemma.com > > --

RE: [PHP] Category and sub-category logic

2003-08-15 Thread Mark
ean I have to change the lft values for Fred, Chuck, and Albert? Yes, deleting definitely seems easier. I'm curious about adding... Mark --- "Chris W. Parker" <[EMAIL PROTECTED]> wrote: > David Otton <mailto:[EMAIL PROTECTED]> > on Thursday, August 14, 2003

Re: [PHP] setting function variables

2003-08-14 Thread Mark
lts = 'mssql_result'; > > Any ideas of why it would be doing this? Everything works fine > when I don't > try to use the variables. > > thanks > > "Cpt John W. Holmes" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >

RE: [PHP] AOL Email client

2003-08-14 Thread Mark Roberts
It is being sent from a linux box and php 4.3.1 I do not know the aol version, I will have to check with my customer. Don't know why it is in the headers...I just picked up the code today and trying to make it work for him. Mark Roberts, Roberts Computing Systems eCommerce, yeah, we do

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