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

Re: [PHP] How to solve include_path / safe_mode / open_basedir /document_root

2003-06-26 Thread Adam Henry
PHP4: 4.3.2 Likewise, my intention is to restrict the user within '/home/ahank/public_html' when using fopen(), but allow the user to use include() on files in '/usr/local/share/wl'. Here is my VirtualHost config: php_admin_flag register_globals Off php_admin_flag safe_mode On

Re: [PHP] quotes

2003-06-25 Thread Adam Voigt
FREE*. http://join.msn.com/?page=features/featuredemail -- 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] default time

2003-06-25 Thread Adam Voigt
How do I get the proper format for time? I looked on the web site but couldn't understand any of it :( Thanks in advance -- 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] quotes

2003-06-25 Thread Adam Voigt
/?page=features/junkmail -- 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.ini

2003-06-25 Thread Adam Voigt
/etc probably, just do a locate php.ini on the console. On Wed, 2003-06-25 at 10:51, Blake Schroeder wrote: I am running a red hat 9 linux box with Apache 1.3.27 with PHP 4 what is the default location for the php.ini file -- Blake Schroeder [EMAIL PROTECTED] -- Adam Voigt ([EMAIL

Re: [PHP] quotes

2003-06-25 Thread Adam Voigt
=\text\ - Original Message - From: Adam Voigt [EMAIL PROTECTED] To: Lso . [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 7:47 AM Subject: Re: [PHP] quotes Cause of the quotes around the value, example: input type=text value=my nickname is hank or bob

Re: [PHP] php.ini

2003-06-25 Thread Adam Voigt
in it. Can anyone help? -- 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] Print '\n' not working

2003-06-25 Thread Adam Voigt
else encountered this anamoly. -- 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] including files with open_basedir restriction

2003-06-25 Thread Adam Henry
(with include) while disallowing access to open the file for reading with fopen). Thank you for taking the time to read this. I would be very grateful to hear any experiences and suggestions the users of this list may have. Sincerely, Adam -- PHP General Mailing List (http://www.php.net

Re: [PHP] limit on displaying a LONGTEXT filed from MySQL database

2003-06-22 Thread Adam i Agnieszka Gasiorowski FNORD
Artoo wrote: For example supose the 150th character is the v in the word privileges I would want to finish displaying the word and end with privileges rather then ending withpriv How about using the SUBSTRING_INDEX function with delimiter set to ' ' (space). You could select for

Re: [PHP] updateable database- please help- only displaying firstword from field

2003-06-20 Thread Adam Voigt
tdinput type=text name=SubRegion value=$SubRegion/td\n /tr\n; } echo /table\n; ? -- ___ | Matt Hedges | http://hedgesinnovations.com | -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General

Re: [PHP] updateable database- please help- only displaying firstword from field

2003-06-20 Thread Adam Voigt
are going to steal the neighbor's newspaper, that's the time to do it. -- 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] Connecting to MSSQL Using PHP on Apache 2.X.X WindowsMachine

2003-06-18 Thread Adam Voigt
if your user has permissions to create tables; HTH! Jay -- 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] Connecting to MSSQL Using PHP on Apache 2.X.X WindowsMachine

2003-06-18 Thread Adam Voigt
= @mssql_select_db($myDB, $s) ??? Remove the '@' signs and you should go just fine if your user has permissions to create tables; HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix

RE: [PHP] Connecting to MSSQL Using PHP on Apache 2.X.XWindowsMachine

2003-06-18 Thread Adam Voigt
PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Connecting to MSSQL Using PHP on Apache 2.X.X WindowsMachine [snip] I have tried it on a different machine and it is working... so maybe its something to do with the setup of my computer? [/snip] Check your php.ini as Adam suggested...I

RE: [PHP] Connecting to MSSQL Using PHP on Apache2.X.XWindowsMachine

2003-06-18 Thread Adam Voigt
wrote: Now I get an error message when going to load the page: Unknown(): Unable to load dynamic library './php_mssql.dll' - The specified module could not be found. -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 16:29 To: Gary Ogilvie Cc: 'Jay

Re: [PHP] print all variables

2003-06-18 Thread Adam Voigt
print_r($_POST) OR print_r($_GET) On Wed, 2003-06-18 at 11:51, Matt Palermo wrote: Could anyone tell me how to print all the variables and values from a submitted form, so that I can check them? Thanks, Matt -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator

[PHP] Random CGI Errors

2003-06-18 Thread Adam Voigt
first thing to try but that is not currently an option. Any ideas? -- 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] Random CGI Errors

2003-06-18 Thread Adam Voigt
in relation to code or particular page. Upgrading versions of PHP would be my first thing to try but that is not currently an option. [/snip] JTMS...you are running PHP in the CGI mode? Jay -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP

Re: [PHP] Re: Difference between $_POST[foo] and $_POST['foo']?

2003-06-17 Thread Adam Voigt
?? should I append it as $var= $_POST['foo']; before??? Thnx Nabil Jarmo Jrvenp [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi A quickie, how does the $_POST[foo] and $_POST['foo'] differ? Both do work. BR, Jarmo -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network

Re: [PHP] Re: Difference between $_POST[foo] and $_POST['foo']?

2003-06-17 Thread Adam Voigt
quotes: $sql = 'select * from db where apple = \''' . $_POST['foo'] . '\''; -- 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] MSSQL connection

2003-06-17 Thread Adam Voigt
be). All help highly appreciated. Wim -- 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] convert Excell to MySQL table

2003-06-17 Thread Adam Voigt
== TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 == -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http

Re: [PHP] convert Excell to MySQL table

2003-06-17 Thread Adam Voigt
-- == Cell Phone Batteries at 30-50%+ off retail prices! http://www.pocellular.com == TrafficBuilder Network: http://www.bestadv.net/index.cfm?ref=7029 == -- Adam Voigt

Re: [PHP] PHP CLI question

2003-06-06 Thread Adam Voigt
-- 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://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] PHP Mailing list software..

2003-06-06 Thread Adam Voigt
of customization to get it to integrate into my site, but I'm looking for a solid script that I need to tweak the least. Any suggestions? Thanks, Chad Day -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http://www.php.net

RE: [PHP] Mail - avoid backslash before apostrophe

2003-06-03 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] Planning a new job

2003-06-03 Thread Adam Reiswig
. They have a number of articles on both as well. -Adam Reiswig (KliK) Tim Burgan wrote: Hello, I'm wondering what processes everyone has before quoting a web programming / design job? Do you have a face-to-face meeting with the client? What questions do you ask? What information should be found-out

Re: [PHP] Netbilling PHP Script

2003-05-30 Thread Adam Voigt
decade as a massive effort to keep up with Apple. - Byte Magazine Given infinite time, 100 monkeys could type out the complete works of Shakespeare. Win 98 source code? Eight monkeys, five minutes. -- NullGrey -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm

Re: [PHP] Links in e-mail

2003-05-30 Thread Adam Voigt
, but can figure out how to make them work. Thanks, Christian -- 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] Resending POST Variables

2003-05-29 Thread Adam Voigt
which uses POST variables sent from a form. If a user clicks on a link on this page is it possible to send those POST variables to the next page aswell? Thanks for your help -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP General Mailing List (http

Re: [PHP] Trouble With FTP_PUT Please Help!

2003-05-29 Thread Adam Voigt
... any ideas? thanks for your help :) adnan -- 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] Trouble With FTP_PUT Please Help!

2003-05-29 Thread Adam Voigt
Hmm, what's the exact error message you get? On Wed, 2003-05-28 at 12:43, Adnan wrote: Adam Voigt wrote: If your running under linux/unix, do: chown webuser:webuser /tmp/php Supplement /tmp/php with whatever upload path you have set in your php.ini, and webuser with whatever

Re: [PHP] Trouble With FTP_PUT Please Help!

2003-05-29 Thread Adam Voigt
: Adam Voigt wrote: Hmm, what's the exact error message you get? On Wed, 2003-05-28 at 12:43, Adnan wrote: Adam Voigt wrote: If your running under linux/unix, do: chown webuser:webuser /tmp/php Supplement /tmp/php with whatever upload path you have set in your php.ini

Re: [PHP] Trouble With FTP_PUT Please Help!

2003-05-29 Thread Adam Voigt
I think what you want is: move_uploaded_file($_FILES['imagefile']['tmp_name'],$ftpdir . $_FILES['imagefile']['name']); (Apologies if it wraps, that should be all one line.) On Wed, 2003-05-28 at 12:58, Adnan wrote: Adam Voigt wrote: Hmm, what's the exact error message you get

Re: [PHP] Select all that contains in MySql

2003-04-03 Thread Adam Voigt
software_assets WHERE $searchType LIKE '$search' ; Thanks, Mike -- 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 My GPG Key: http://64.238.252.49

RE: [PHP] Microsoft SQL Server varchar(500) field text concatenated at 255 characters.

2003-03-31 Thread Adam Voigt
82 491 8021 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My

Re: [PHP] Protecting Code source.

2003-03-27 Thread Adam Voigt
customers to have to edit the php.ini and what's more, some of them don't have an access to it... :-( -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My

Re: [PHP] Session's length.

2003-03-22 Thread Adam -
in some way... I'm no expert... Adam At 07:10 PM 3/22/2003 +0300, you wrote: - php-general. I used such code: $exp = 60*60*24*10; # for ten days. session_set_cookie_params($exp); But it works wrong - cookies were removed right after i have rebooted. The other way is to put session id

[PHP] Date Diff

2003-03-22 Thread Adam -
nice and simple as well powerful. So what happens if you have two timestamps and you want to find out what the difference is? There has to be some function that I don't know about.. I have to be missing somethig! Adam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Sessions

2003-03-21 Thread Adam -
?? :) hu Adam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions

2003-03-21 Thread Adam -
you'll get a message. A lot of sites use the trans sid, because it makes it work if the user doesn't have cookies. Thanks for the info Adam At 03:00 PM 3/22/2003 +1100, Justin French wrote: on 22/03/03 4:39 AM, Adam - ([EMAIL PROTECTED]) wrote: Just a thought about sessions, they still rely

[PHP] Shared Memory

2003-03-20 Thread Adam Voigt
Is the Shared Memory allocated with the SHMOP functions persistent? Like when a script ends, on the next call of a script, can you read the same memory block and have the data be there? -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080

Re: [PHP] Re: Passing variable from webpage to php (newbie?)

2003-03-19 Thread Adam Voigt
thoughts -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc -- PHP General Mailing

RE: [PHP] Subtotal

2003-03-19 Thread Adam Voigt
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc -- PHP General Mailing List (http

RE: [PHP] Hacker problem

2003-03-12 Thread Adam Voigt
-- Dan Hardiker [EMAIL PROTECTED] ADAM Software Systems Engineer First Creative -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Hacker problem

2003-03-12 Thread Adam Voigt
. On Wed, 2003-03-12 at 09:01, [EMAIL PROTECTED] wrote: Swear filtering is easy, I want to know how to make sure the data is coming from MY formI'm just picky like that. :-) -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED

RE: [PHP] PERL/PHP, MSSQL, Unix AIX

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

Re: [PHP] PHP NNTP w/o IMAP?

2003-03-05 Thread Adam Voigt
/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] form POST file upload mystery

2003-03-05 Thread Adam Voigt
) ) thanks Mike D -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

[PHP] CLI Current Directory

2003-03-04 Thread Adam Voigt
. Anyone? Thanks. -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] CLI Current Directory

2003-03-04 Thread Adam Voigt
Crap, just noticed, execute php with -C and it won't change dir's. On Tue, 2003-03-04 at 09:26, Adam Voigt wrote: Anyone know how you would get the directory a user is in when they call a command line PHP script (assuming it's on the path)? Like if I execute

[PHP] Variables / Memory Allocation

2003-03-04 Thread Adam Voigt
it's done being used, and is it even worth doing so for those few extra bytes free'd, if PHP will undefine it anyway when execution ends? -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description

Re: [PHP] How to create an empty array

2003-02-27 Thread Adam Voigt
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed

Re: [PHP] Version control, Bug Reporting, Forum, Mailing List

2003-02-26 Thread Adam Voigt
://gforge.org/ Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080

Re: [PHP] imagecreate()

2003-02-26 Thread Adam Voigt
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] MS SQL Server problem

2003-02-24 Thread Adam Voigt
Warning: mssql_query() [function.mssql-query]: Query failed in c:\test.php on line 24 I am using 4.3.0 on WinXP. Any thoughts? Mark. -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080

[PHP] MING with PHP

2003-02-24 Thread Adam Voigt
(); $t-moveTo(300,50); $t-setColor(100,100,100); $t-setHeight(30); $t-addString(PHP generates Flash with Ming!!); $m = new SWFMovie(); $m-setDimension(500, 100); $m-add($t); header('Content-type: application/x-shockwave-flash'); $m-output(); Any ideas? -- Adam Voigt ([EMAIL

Re: [PHP] Root Commands

2003-02-20 Thread Adam Voigt
. Is there any way to accomplish this? If somebody were to point me in the direction of a tutorial on this subject I would really appreciate it. Sincerely, Patrick Armour www.greatplainsinternet.com -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http

Re: [PHP] long running PHP application

2003-02-20 Thread Adam Voigt
... Thank You Lord Loh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http

Re: [PHP] Root Commands

2003-02-20 Thread Adam Voigt
but it would open you up to allowing your webserver user/php to add any user to your system. This is beyond a bad idea. Jason. On Thu, 2003-02-20 at 06:46, Adam Voigt wrote: Check out sudo, with man pages or what not, you use the command visudo

Re: [PHP] Creating a file to write to?

2003-02-19 Thread Adam Voigt
General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed

Re: [PHP] php.ini for UNIX sendmail????

2003-02-18 Thread Adam Voigt
(http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] php.ini for UNIX sendmail????

2003-02-18 Thread Adam Voigt
|| no value sendmail_path || /usr/sbin/sendmail -t -i || /usr/sbin/sendmail -t -i --clip-- I don't have email problem when I send email to anywhere, the only problem is the yahoo itself... Thanks... Adam Voigt [EMAIL

Re: [PHP] php.ini for UNIX sendmail????

2003-02-18 Thread Adam Voigt
. Adam Voigt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Oh, ok, well how about your PHP code then (the actual mail() line)? On Tue, 2003-02-18 at 10:34, Scott Fletcher wrote: Here's is the response to the command, 'where sendmail

[PHP] Error compiling php

2003-02-13 Thread Adam Plocher
would be really great. Thanks -Adam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with FTP and fopen

2003-02-11 Thread Adam Voigt
__ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description

Re: [PHP] Writing text files in Windows 2k

2003-02-10 Thread Adam Voigt
, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] Writing text files in Windows 2k

2003-02-10 Thread Adam Voigt
Doh, doh, doh! Just saw b was allowed for binary on the fopen page. Never mind. On Mon, 2003-02-10 at 09:13, Adam Voigt wrote: Precisely where did you get the b in your second parameter to fopen? I didn't see it on the fopen manual page at: http

RE: [PHP] Writing text files in Windows 2k

2003-02-10 Thread Adam Voigt
Yes, I'm aware of that, if you would have read my reply 10 seconds after I sent the first one, I corrected myself. On Mon, 2003-02-10 at 09:25, Ford, Mike [LSS] wrote: -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED]] Sent: 10 February 2003

Re: [PHP] PHP Script Encryption!!!!

2003-02-10 Thread Adam Voigt
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG

[PHP] encoding problems

2003-02-09 Thread adam muller
Hello everybody. I need some help. Please, look at www.vba.sk, you can see a little encoding problems. It is because the server/php is working in win1250 charset and mysql database in 8859-2. Is there any possibility, how to convert php to 8859-2 or mysql to win1250. thanx. -- PHP General

Re: [PHP] POP3 ... syntax error

2003-02-06 Thread Adam Voigt
I'm aware it's not a PHP problem, I was trying to be nice by helping figure out what the problem was in his raw communication. On Wed, 2003-02-05 at 15:24, Jason Wong wrote: On Wednesday 05 February 2003 23:32, Adam Voigt wrote: How about some code

Re: [PHP] AYUDA..Actualizar txt

2003-02-06 Thread Adam Voigt
://www.everyone.net/selectmail?campaign+AD0-tag -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt (adam+AEA-cryptocomm.com) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam+AF8-at+AF8-cryptocomm.asc

[PHP] Forking PHP

2003-02-06 Thread Adam Voigt
very much. Adam Voigt [EMAIL PROTECTED]

Re: [PHP] mcrypt installation problems

2003-02-05 Thread Adam Voigt
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description

Re: [PHP] POP3 ... syntax error

2003-02-05 Thread Adam Voigt
- Dedicated server http://www.bee-hosting.com http://www.your-softwares.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL

[PHP] reading CD information

2003-02-05 Thread Adam Williams
to have PHP read that cd label? Adam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] reading CD information

2003-02-05 Thread Adam Williams
. Any help is appreciated. Adam On Wed, 5 Feb 2003, Jon Haworth wrote: Hi Adam, Is it possible to have PHP read cd label information? Where is the CD? If it's in the CD-ROM drive of the webserver: probably. If it's in the CD-ROM drive of a visitor to your website

Re[2]: [PHP] reading CD information

2003-02-05 Thread Adam Williams
Thanks Tom, that works perfect! Adam On Thu, 6 Feb 2003, Tom Rogers wrote: Hi, Adam TR You could try the vol command using exec{} and parse out the volume name TR -- TR regards, TR Tom This should do it: ? exec(vol g:,$result); $label

Re: [PHP] reading CD information

2003-02-05 Thread Adam Williams
the correct .exe file on it to load the application. Its for a library and will be used by the general public, so I am making it as simple as possible :) Adam On Wed, 5 Feb 2003, John Nichel wrote: Guess it's not on Linux, eh? :) Adam Williams wrote: -- PHP General Mailing

Re: [PHP] Getting key of value added to array with []?

2003-02-04 Thread Adam Voigt
/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] Is there a way to retrieve an entire source code from aphp file?

2003-02-04 Thread Adam Voigt
Rodrigo. -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] Is there a way to retrieve an entire source code from aphp file?

2003-02-04 Thread Adam Voigt
. Is this possible? Can anyone show me the right direction? Rodrigo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED

Re: [PHP] How to get a certain line from a file

2003-02-04 Thread Adam Voigt
Thanx. Rodrigo -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

RE: [PHP] Securing php files on shared servers

2003-02-03 Thread Adam Voigt
://www.php.net/unsub.php - Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080

Re: [PHP] Encryption using MMCrypt - whats the point?

2003-01-30 Thread Adam Voigt
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

Re: [PHP] Encryption using MMCrypt - whats the point?

2003-01-30 Thread Adam Voigt
:03, Mike Morton wrote: Adam/Lowell: Thanks for the suggestions but like all clients they want maximum function for minimum $$ - encoders are therefore not a possibility (but I will keep that in mind for future apps :)) Thanks. On 1

Re: [PHP] A way to break up the string????

2003-01-29 Thread Adam Voigt
/) To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Voigt ([EMAIL PROTECTED]) The Cryptocomm Group My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc signature.asc Description: This is a digitally signed message part

<    5   6   7   8   9   10   11   12   13   14   >