Re: [PHP] PHP Hosting

2004-07-09 Thread Adam Voigt
Very good prices, very good support. -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can someone explain this?

2004-06-08 Thread Adam Voigt
), which I suppose is unsigned to a signed integer (3961595508) without having to convert it to hex, then back to decimal. Rene -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] system command?

2004-05-10 Thread Adam Voigt
://us2.php.net/manual/en/ref.exec.php and none seem to have the desired effect. ?php $tailed = shell_exec('tail -f /path/to/log'); //$tailed = exec('tail -f /path/to/log'); //$tailed = system('tail -f /path/to/log'); print = textarea$tailed/textarea; ? Thanks in advance, Jas -- Adam

RE: [PHP] system command?

2004-05-10 Thread Adam Voigt
lol On Mon, 2004-05-10 at 11:16, Jay Blanchard wrote: [snip] I didn't sent off list [/snip] I am in an relatively crappy mood this day, you may want to NOT refute something I have said and in essence call me a liar. You'll get little help that way. P.S. Stop top posting too. -- Adam

Re: [PHP] PHP graphing tool?

2004-05-10 Thread Adam Voigt
? Thanks! Amanda -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] LAMP

2004-05-07 Thread Adam Voigt
I've also heard the Perl Zealots claim the P could or does stand for Perl, but ignore there Jedi mind tricks. On Fri, 2004-05-07 at 11:00, Jay Blanchard wrote: [snip] Anyone know what LAMP stand for [/snip] All of us but you. Linux Apache MySQL PHP -- Adam Voigt [EMAIL PROTECTED

Re: [PHP] Re: form submission logic

2004-05-07 Thread Adam Voigt
: input type=button value=Whatever onclick=javascript:doit(); input type=button value=Whatever onclick=javascript:doit2(); -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Web Hosting

2004-04-19 Thread Adam Voigt
away. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED] -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF Page Pulling

2004-04-07 Thread Adam Voigt
I need to be able to pull a certain page out of a multi-page PDF, and then be able to save that single page to it's own PDF file. Anyone know how to do this with free tools? Thanks. -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] transactions

2004-03-29 Thread Adam Voigt
the last inserted row id and perform an sql delete but is there a more elegant way? Cheers Matt -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: why won't mssql work?

2004-03-29 Thread Adam Voigt
that is running PHP. Then, restart IIS. -- Regards, Ben Ramsey http://benramsey.com http://www.phpcommunity.org/wiki/People/BenRamsey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt [EMAIL PROTECTED] -- PHP

Re: [PHP] mysql_fetch_array

2004-03-26 Thread Adam Voigt
How do I know what name mysql_fetch_array assigned to the date_format ? -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] question

2004-03-25 Thread Adam Voigt
Brazil, and sorry about my ignorance writing in English. I'd like to know if exists any function in php that identifies a string as a-z, like is_num() to the numbers. Thanks, Lourenzo -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] question

2004-03-25 Thread Adam Voigt
; The denotes a string and without quotes it denotes a value HTH, Roger -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thank you, Microsoft! Now I need an alternate loginmethod

2004-03-19 Thread Adam Voigt
, but if there is, I would use that instead. On Thu, 2004-03-18 at 14:38, Chris de Vidal wrote: Adam Voigt said: If I ran XP I might be able to do that. From reading the security release my MS, it sounds like some times the POST request gets b0rked, Yep. if this is the case, I'm not sure there's much

Re: [PHP] How to keep a timestamp from updating?

2004-03-18 Thread Adam Voigt
that to happen - I want it to remain as the original creation timestamp. How do I prevent this from happening? Thanks, - Brian -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php code to connect to MS-SQL SERVER

2004-03-18 Thread Adam Voigt
received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thank you, Microsoft! Now I need an alternate login method

2004-03-18 Thread Adam Voigt
/idal GNU/Linux is free freedom. -- Me -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Thank you, Microsoft! Now I need an alternate loginmethod

2004-03-18 Thread Adam Voigt
request gets b0rked, if this is the case, I'm not sure there's much that can be done about it. -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Simple: Whats wrong with this?

2004-03-17 Thread Adam Voigt
)) { $correct = 0; } else { $correct = $correct++; } Seems like it should work? Thanks! Shane -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Simple: Whats wrong with this?

2004-03-17 Thread Adam Voigt
that can prohibit this from working? Thanks, Jake -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PDF Creating

2004-03-17 Thread Adam Voigt
the generation of the PDF files work automagically? The first page will always have a header set of information, and then the quote following it, all other pages will just have the quoted items. Thoughts? TIA!! Robert -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http

RE: [PHP] Simple: Whats wrong with this?

2004-03-17 Thread Adam Voigt
in php.ini that can prohibit this from working? Thanks, Jake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] MySQL Connect Problem

2004-03-17 Thread Adam Voigt
server on '192.168.1.44' From the webserver error log: php4_execute reports: PHP Warning: mysql_connect(): Can't connect to MySQL server on '192.168.1.44' (2) Thanks, Cameron -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] MySQL Connect Problem

2004-03-17 Thread Adam Voigt
($DBconf) or die(Could not select database); You notice anything wrong? Thanks, Cameron -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySQL Connect Problem

2004-03-17 Thread Adam Voigt
ideas? Cameron -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySQL Connect Problem

2004-03-17 Thread Adam Voigt
); Could not connect : Can't connect to MySQL server on '192.168.1.44' (2) Same thing... What could be wrong here... Geez, this is starting to worry me. Thanks for your help, Cameron -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

RE: [PHP] MySQL Connect Problem - Client Lib / Server Version Skew

2004-03-17 Thread Adam Voigt
something. The MySQL on the webserver is: mysql-standard-4.0.16-sun-solaris2.9-sparc The MySQL on the dbserver is: mysql-3.23.54a-sun-solaris2.8-sparc Do you think the version skew could cause this? Thanks, Cameron -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] Replace space from form field using preg_replace

2004-03-17 Thread Adam Voigt
http://www.php.net/str-replace On Wed, 2004-03-17 at 15:48, Vernon wrote: I want to be able to replace a space that comes from a form field (such as in 123 My Street) with a + sign. Can anyone help me with this? Thanks -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] connecting to MySQL from shellscript

2004-03-11 Thread Adam Voigt
-- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Updating content on the line. (cli)

2004-03-03 Thread Adam Voigt
wait thing that changes from - to \, |, /, and so on (looks like a rotating line). Ideas? //Simon -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Updating content on the line. (cli)

2004-03-03 Thread Adam Voigt
. It's currently in development for Win32, but it would be nice if it works on *nix later on aswell. Got a tip from a user in a chatroom to use Ncurses for it, but then I can't use it on win32. Just to correct myself; it's chr(8) and not 7. //Simon Adam Voigt wrote: I'm not sure of how

[PHP] Importing PDF Text

2004-02-27 Thread Adam Voigt
I need the ability to take a PDF and pull the text out of it, I looked at the manual for the PDFlib extension, but didn't see anything like this. Anyone know a way to do this? -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Importing PDF Text

2004-02-27 Thread Adam Voigt
Well yes, I know there are utilities, on the Linux server I can just use the pdftotext program, but I'd like to make it platform-independent instead of relying on outside utilites. On Fri, 2004-02-27 at 11:43, Stuart wrote: Adam Voigt wrote: I need the ability to take a PDF and pull the text

Re: [PHP] Working with MS-SQL

2004-02-24 Thread Adam Voigt
http://www.freetds.org Enjoy. On Tue, 2004-02-24 at 08:53, [EMAIL PROTECTED] wrote: Hello, How can we connect to MS-SQL Server ? What tools ( where can we download ) must be installed ? Thank a lots. PS : the php programs under Linux / Unix... Ed. -- Adam Voigt [EMAIL PROTECTED

Re: [PHP] Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Adam Voigt
. Maybe this is easy, but I can't see how to do it!! Any help appreciated. Thanks!! -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Adam Voigt
be difficult to write robust code that will recover from a problem that way. Adam Voigt wrote: Why can't you just mount the share on-the-fly when they enter the username and pass? On Tue, 2004-02-24 at 06:11, Howard Miller wrote: Hi, I want to be able to manipulate files

Re: [PHP] running php3 files

2004-02-24 Thread Adam Voigt
so that his scripts will run if its .php or .php3 ? Thanks, -Ryan -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Accessing SMB (Samba perhaps) resources

2004-02-24 Thread Adam Voigt
Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Can anyone tell me why this code doesn't insert anything?

2004-02-23 Thread Adam Voigt
= mysql_query($query); -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] E-Commerce Advice? Squirrelcart?

2004-02-23 Thread Adam Voigt
/ looks to be pretty good for a shopping cart- does anyone have any experience with this or others? Also, what suggestions do ya'll have for a payment gateway? thanks matt -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Detecting Binaries

2004-02-23 Thread Adam Voigt
without having to try to think of all the possible binary extensions and omit them with a function that looks for these extensions. Nick -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Detecting Binaries

2004-02-23 Thread Adam Voigt
with that result is the elegant solution to this problem. There has to be a way to do it. Nick Adam Voigt wrote: Couldn't you just check the extension on the file? On Mon, 2004-02-23 at 14:03, Axel IS Main wrote: Guys, this isn't THAT stupid of a question is it? From my

[PHP] Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Adam Voigt
:53, [EMAIL PROTECTED] wrote: Howdy -- Would someone point or provide me with an example of PHP + libMysqld (Embedded MySQL server)? My problem is my churchs web site doesn't provide a MySQL database as a default package (add $15.95/mo)for a MySQL Db. TIA, David -- Adam Voigt [EMAIL

Re: [PHP] Re: [PHP-DB] Embedded MySQL server (libmysqld)?

2004-02-23 Thread Adam Voigt
-02-23 at 11:53, [EMAIL PROTECTED] wrote: Adam Voigt wrote: Check these guys out: http://spenix.com/WebHostingPlans.aspx Very cheap, very reliable, great features, and support is second to none I've ever experienced, and before you ask, no I'm not now nor have I ever been an employee

Re: [PHP] resize an image with php

2004-02-20 Thread Adam Voigt
! -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] str_replace to replace /n with p not having desired effect.

2004-02-19 Thread Adam Voigt
of blah blah blah./p p class=contentA third line of blah blah blah./p How do I correct my code to accomplish this? Thank you. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] variables

2004-02-19 Thread Adam Voigt
T_STRING Please help -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] variables

2004-02-19 Thread Adam Voigt
, unexpected T_STRING Please help -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] apos;

2004-02-18 Thread Adam Voigt
$string = str_replace('apos;','\'',$string); You don't need to, but if you want to, thats how you could do it. Adam Voigt [EMAIL PROTECTED] On Wed, 2004-02-18 at 11:24, Diana Castillo wrote: How do I convert apos; to ' before displaying it in HTML? Thanks, -- Diana Castillo Global

[PHP] Free'ing Sockets Error

2003-07-30 Thread Adam Voigt
'); $a = socket_accept($s); fwrite($f,socket_read($a,1000)); fclose($f); socket_shutdown($a); socket_close($a); socket_shutdown($s); socket_close($s); ? -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm

Re: [PHP] Re: mssql_execute problems...

2003-07-29 Thread Adam Voigt
. marker is fd Thanks in advance for any help. Tom Adam Voigt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Umm, try setting TDSVER to 8.0 is all I could say to try. On Mon, 2003-07-28 at 12:10, T. Rader wrote: Any takers on this? T. Rader [EMAIL PROTECTED

Re: [PHP] PHP port problem

2003-07-29 Thread Adam Voigt
.. and it only allowed TCP port 1433, Nabil Attar Advanced Web Solutions /*** Everyone is a beginner once, and no one is an expert at everything. ***/ -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] Backtip operator

2003-07-29 Thread Adam Voigt
; } elseif (eregi(`, $Myusername) ){ echo Hacking attempt; exit; } $Myusername= str_replace(\', '', $Myusername) ; $Myusername= str_replace(`, , $Myusername) ; Un saludo, Danny -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group

Re: [PHP] libtdsodbc.so

2003-07-29 Thread Adam Voigt
is an expert at everything. ***/ -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] libtdsodbc.so

2003-07-29 Thread Adam Voigt
is that unixodbc came out of the box with redhat 9 so i tried whereis unixodbc and i then assumed to /usr/lib do u think this is the problem causes i lost libtdsodbc.so ?? Adam Voigt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It comes with FreeTDS, after you compile

Re: [PHP] debuging and getting mor information about failures

2003-07-29 Thread Adam Voigt
problem is. This is a very frustrating error message, but the above should take some of the pain away. :-) HTH. Pete. -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Simple Array question

2003-07-29 Thread Adam Voigt
and will be changing, I just need the values (in this case 3 and 4) to do some comparasion and assignment operations Kindly reply. Thank, -Ryan -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] convert mysql datetime to unix timestamp

2003-07-28 Thread Adam Voigt
Tried passing it through strtotime? Example: echo(date('U',strtotime($string))); On Mon, 2003-07-28 at 12:06, Chris Hayes (SENSE) wrote: hi, i have to move data from a table with a datetime (2003-05-14 13:36:04) to a unix timestamp (e.g. 2147483647) . Any ideas? Chris -- Adam Voigt

Re: [PHP] Re: mssql_execute problems...

2003-07-28 Thread Adam Voigt
and cannot seem to find any answers via research... TIA, Tom -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Webpage like MySql- need to be able to see allfields and edit

2003-07-24 Thread Adam Voigt
Hedges | http://hedgesinnovations.com | -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is this possible?

2003-07-23 Thread Adam Voigt
-- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] USB Flash Drive

2003-07-23 Thread Adam Voigt
run on 98, 2000, ME, XP, Linux. If so, can someone please help me with the code? -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with Date

2003-07-21 Thread Adam Voigt
-- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to store a file into MSSQL?

2003-07-17 Thread Adam Voigt
) but, blob can work fine. -- *** s2r - public key: (http://leeloo.mine.nu/s2r-gmx.sig) -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Bringing href up in a different page

2003-07-17 Thread Adam Voigt
Umm, you mean new WINDOW? Add: target=_new To your href. On Thu, 2003-07-17 at 12:35, Ron Allen wrote: This is my current code. I am trying to have this come up in a different page. Help please! a href=ticket_admin.php?ID=.$row['ID']..$row['ID']./a -- Adam Voigt ([EMAIL PROTECTED

Re: [PHP] How to store a file into MSSQL?

2003-07-16 Thread Adam Voigt
://leeloo.mine.nu/s2r-gmx.sig) -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] INT Field in mysql display without .00

2003-07-16 Thread Adam Voigt
-- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SQL select

2003-07-10 Thread Adam Voigt
://sbc.yahoo.com -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Using PPP with PHP

2003-07-10 Thread Adam Voigt
network and was hoping that I could use PHP. Currently I can manually establish I dial-up using PPP over a modem. I would like to automate the process as much as possible. Any help would be grandly appreciated. Jay -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator

Re: [PHP] Can php/mysql handle 10000s of records

2003-07-09 Thread Adam Voigt
, but reports on long term things will still be slow. Good idea? Thanks, Adam --- Adam Gerson Systems Administrator / Computer Teacher Columbia Grammar and Prep School 212-749-6200 [EMAIL PROTECTED] www.cgps.org -- Adam Voigt ([EMAIL PROTECTED]) Linux

Re: [PHP] Using PHP to stream to Shoutcastserver

2003-07-08 Thread Adam Voigt
thing. I've been looking a bit at Java and C++ but so far I'm not very good with these languages. Any thougts/comments about this would be nice if you shared. //Simon -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List

Re: [PHP] what's wrong with this?????

2003-07-08 Thread Adam Voigt
? Thanks -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: Re[2]: [PHP] Read a file

2003-07-08 Thread Adam Voigt
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] imap_header timing out

2003-07-08 Thread Adam Voigt
: [EMAIL PROTECTED] Perl | PHP | MySQL | CGI programming for all data entry forms. We make web sites work! -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] imap_header timing out

2003-07-08 Thread Adam Voigt
. A perl script that reads the mailbox has no problems with any of the headers, but it uses external modules for some of the header parsing. I may have to do my own with PHP. -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List

Re: [PHP] daemonized php

2003-07-07 Thread Adam Voigt
written in PHP in Unix console. I wan't to write some server aplication. So it has to be run in the backgroud. -- Best regards, Uros -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: Re[2]: [PHP] daemonized php

2003-07-07 Thread Adam Voigt
. -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Catch Signals

2003-07-07 Thread Adam Voigt
program is still in it's infinite loop doing what it's supposed to be doing, and doesn't realize it's been sent a shutdown signal. So, is there anyway to listen for a shutdown signal on a console based PHP script under Windows? -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator

Re: [PHP] mail() function

2003-07-07 Thread Adam Voigt
(which is in a traditional spot: /usr/sbin/sendmail). Thanks, -Mike -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Get Rid of this Crook

2003-07-03 Thread Adam Voigt
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Redirect to a different frame...

2003-07-03 Thread Adam Voigt
prohibited. If you have received this message in error, please destroy it and advise the sender immediately by phone, email or facsimile. -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] outputting xml declaration

2003-07-02 Thread Adam Voigt
that an error is generated? Besides it's not an error in the way that it gives an errorstring but it writes the output in the error_log of apache... Greetings, -- Steven Apostolou [EMAIL PROTECTED] -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group

RE: [PHP] outputting xml declaration

2003-07-02 Thread Adam Voigt
is generated? Besides it's not an error in the way that it gives an errorstring but it writes the output in the error_log of apache... [/snip] Search the archives of this list, the subject comes up often. HTH! Jay -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator

Re: [PHP] Free Service to Secure PHP Code

2003-07-02 Thread Adam Voigt
FREE!! _ Encrypt your PHP code for FREE at http://encphp.sspsoft.com _ -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] file pointer

2003-07-01 Thread Adam Voigt
kasjdhkjlfh asdjfhklajs askjdhjfdjf//here Thanks, -- Kyle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http

Re: [PHP] file pointer

2003-07-01 Thread Adam Voigt
kasjdhkjlfh asdjfhklajs askjdhjfdjf//here Thanks, -- Kyle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http

Re: [PHP] Problems compiling PHP 5.0.0b1

2003-07-01 Thread Adam Voigt
libxml 2.5.7 and the same error appears. I've compiled several diffrent versions of PHP before without problems. Has anyone had a similar problem ? TIA, _ Mauricio Cuenca -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP

RE: [PHP] preg_match? [SOLVED]

2003-06-30 Thread Adam Voigt
-- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Just a small question on if statement

2003-06-27 Thread Adam Voigt
that the if statement runs only if $myUser is equal to $myReturnedUser AND $myPass is equal to $myReturnedPass. How do I do this? Thanks a lot =) Gary -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] Using header in if statement

2003-06-27 Thread Adam Voigt
) { (Location: http://192.92.0.248/company_search/admin/admin2.php;); } else { Is there any other way I can try and do this? Many thanks -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] List of Variables

2003-06-27 Thread Adam Voigt
--- [EMAIL PROTECTED] [EMAIL PROTECTED] -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Using header in if statement

2003-06-27 Thread Adam Voigt
Yep, or you could echo Javascript, or you could use output buffering, any of these will get your pages redirecting. On Fri, 2003-06-27 at 09:06, Gary Ogilvie wrote: I didn't realise you could use echo to run a URL. Thanks for your help :) -Original Message- From: Adam Voigt

RE: [PHP] 'Cannot send Headers' Problem!! MOre..

2003-06-27 Thread Adam Voigt
] 'Cannot send Headers' Problem!! Simly go to mjs/directory.php, line 3, and remove any output that is there, mosty likely some white characters. -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] ignored php.ini?

2003-06-27 Thread Adam Voigt
a php.ini in d:\winnt but when I edit it the output from ? phpinfo(); ? is as before. Any hints? Many thanks in advance, bye _ -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group

Re: [PHP] mysql lock

2003-06-27 Thread Adam Voigt
is it uneeded? -- anders thoresson -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Bundled GD Webalizer

2003-06-27 Thread Adam Voigt
-- Michael Smith [EMAIL PROTECTED] The great thing about democracy is that it gives every voter a chance to do something stupid. -Art Spander -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

Re: [PHP] Bundled GD Webalizer

2003-06-27 Thread Adam Voigt
. -Michael On Fri, 2003-06-27 at 08:06, Adam Voigt wrote: PHP did not remove your copy of GD, so this is a system question, not PHP. On Fri, 2003-06-27 at 12:03, Michael A Smith wrote: I compiled PHP 4.3.2 --with-gd, but now webalizer can't find GD? Where is it? I tried installing

Re: [PHP] Date/Time problem

2003-06-27 Thread Adam Voigt
is 'MDT'. Is there a way around this problem other than having to edit the string date() returns?? Robin E. Kopetzky Black Mesa Computers/Internet Services www.blackmesa-isp.net -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List

Re: [PHP] Strange output issue

2003-06-26 Thread Adam Voigt
? Thanks in advance, Lux -- John Luxford President and Chief Developer __ SIMIAN systems Driving Web Content Management __ web : http://www.simian.ca/ email : [EMAIL PROTECTED] phone : 204.942.8630 fax : 309.218.3874 -- Adam

  1   2   3   4   >