[PHP] Win32 problems with 4.2.3

2003-02-25 Thread Ashley M. Kirchner
en I try to echo it. However, when I look at phpinfo(), the data is there, so why is the array empty, and why does it echo as empty as well? Apache settings are the same on both environments by the way. -- M | I haven't lost my mind; it's backed up

[PHP] Browser Sniffing

2003-03-04 Thread Ashley M. Kirchner
tion redirection within PHP will only result in an error. Suggestions welcome. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECT

Re: [PHP] RedHat

2003-03-04 Thread Ashley M. Kirchner
tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . ..

Re: [PHP] php trouble

2003-03-08 Thread Ashley M. Kirchner
Benny Pedersen wrote: how do i get var from a url like this one http://localhost/index.php?sort=name&var2=login In index.php: echo $sort; echo $var2; -- M | I haven't lost my mind; it's backed up on

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

2003-03-09 Thread Frank M. Kromann
Hi Kelvin, You can use both PERL and PHP (prefered :-)). You need to download, compile and install FreeTDS (http://freetds.org). If you are using PHP you need to recompile it using --with-mssql. This will enable the mssql extension. You can then create a php script to read the text file, parse it

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

2003-03-09 Thread Frank M. Kromann
Hi Kelvin, You can use both PERL and PHP (prefered :-)). You need to download, compile and install FreeTDS (http://freetds.org). If you are using PHP you need to recompile it using --with-mssql. This will enable the mssql extension. You can then create a php script to read the text file, parse it

[PHP] Forms & Session variables

2003-03-10 Thread Ashley M. Kirchner
regardless of what I change after the re-post. So, I need some help. I need some code...help! -- M | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>

Re: [PHP] Forms & Session variables

2003-03-11 Thread Ashley M. Kirchner
Guru Geek wrote: perhaps javascript? let me know if you need further help! JavaScript can be turned off. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EM

[PHP] header & headers_sent BUG

2003-07-23 Thread James M. Luedke
Hello all: I am having a hard time with a small piece of code. I was wondering if someone may be able to explain why the following code will not work... I have been scratching my head for a few hours now and I am stumped. header("Location: http://someplace.com";); if( ! headers_sent()) hea

Re: [PHP] Re: header & headers_sent BUG

2003-07-23 Thread James M. Luedke
Fokkema wrote: You might want to check whether or not your header output is getting buffered. My suggestion is a flush() after the fist call. I'm not an expert on this, it's just an idea. HTH -- Ivo Fokkema PHP & MySQL programmer Leiden University Medical Centre Netherlands "James

[PHP] formating date

2003-07-30 Thread Gronquist, Jim M
My script currently works; printing the date that it extracts from mysql table. It prints the date as: 2004-01-29 $mailed=$row["mailed"]; $payment=$row["payment"]; $ID=$row["ID"]; echo "$mailed$payment"; I'm trying to change the format so that the date appears as: January 29, 20

[PHP] solution/thanks re: date format

2003-07-30 Thread Gronquist, Jim M
Great! I actually had 2 dates - using your suggestion as follows worked: $mailed=3D$row["mailed"]; $payment=3D$row["payment"]; $ID=3D$row["ID"]; $Timestamp=3Dstrtotime($row[mailed]); $mailedf=3Ddate("F d, Y",$Timestamp); $Timestamp=3Dstrtotime($row[payment]); $paymentf=3Ddate("F d, Y",

[PHP] php path statement appears on my webpages

2003-07-31 Thread Gronquist, Jim M
I include #!/usr/local/bin/php4 at the top of my Php files so that it knows where to find php. Unfortunately the path appears in my web pages. Is there a way for me to turn this off? Is it a setting in Apache or is it something that I change in My php files. #!/usr/local/bin/php4 --

RE: [PHP] Re: php path statement appears on my webpages

2003-07-31 Thread Gronquist, Jim M
you don't run PHP as an CGI but as an module, you don't even need this line. My guess is that you run PHP as a module, so delete the line to fix your problem. HTH, -- Ivo Fokkema PHP & MySQL programmer Leiden University Medical Centre Netherlands "Jim M Gronquist" <

[PHP] RE: funcky parse error message due to { } or not sure what else might cause

2003-08-09 Thread Gronquist, Jim M
I added one term to a listing - if ( $follow_up == ") { $error=true; } and now I'm getting a parse error Ugh I can't see anything that is causing this. The script worked before. Any idea where I might start to debug? When

[PHP] Table listing of months

2003-08-09 Thread Ashley M. Kirchner
I have the following snippet of code: // contents of $monthlyarchivereverse is generated by a different // piece within a content managent system. The data, or format // can not be changed. $monthlyarchivereverse = array("/08/index.html August 2003", "/07/i

[PHP] SOLUTION: [PHP] Re: funcky parse error message due to { } or not sure what else might cause

2003-08-14 Thread Gronquist, Jim M
ue to { } or not sure what else might cause Can you post the entire error? Is that a " or a '' ? if a ", you need a closing " to go with it. Jim M Gronquist wrote: > > I added one term to a listing > - >

Re: [PHP] is the list getting virus spammed?

2003-08-19 Thread Ashley M. Kirchner
somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . .

Re: [PHP] Your details

2003-08-19 Thread Ashley M. Kirchner
t my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.

Re: [PHP] OT-Re: worm on th list

2003-08-21 Thread Ashley M. Kirchner
somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . .. Boulder,

Re: [PHP] Impossible error

2003-08-26 Thread Ashley M. Kirchner
tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6

Re: [PHP] Re: Internet Explorer toolbar

2003-03-28 Thread Ashley M. Kirchner
't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Pho

Re: [PHP] Re: Internet Explorer toolbar

2003-03-28 Thread Ashley M. Kirchner
;s backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc..

[PHP] PHP magazines / websites?

2003-04-04 Thread John M. Calvert
Hi, I'm wondering what PHP-focused or PHP-aware print magazines are out there (as opposed to on-line). So far I'm aware of www.phparch.com, but I've not picked up a copy yet. Also, what are considered the premier PHP developer websites? Thanks John M. Calvert, M.Sc., MCSD 1310

Re: [PHP] Webtrends

2003-04-04 Thread Ashley M. Kirchner
://www.mrunix.net/webalizer/). -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 8

[PHP] include_path

2003-05-27 Thread Ashley M. Kirchner
Can I adjust the include_path on a specific vhost, as opposed to having it globally done in php.ini ? If so, how please? -- H| I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <

Re: [PHP] include_path

2003-05-27 Thread Ashley M. Kirchner
7;t lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratorie

[PHP] php editor?

2003-06-14 Thread M-Ali Mahmoodi
hi all i'm a beginner in php can anyone help me about useful and powerful editors in php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php editor?

2003-06-15 Thread M-Ali Mahmoodi
thanks all for all i will test them "M-Ali Mahmoodi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi all > i'm a beginner in php > can anyone help me about useful and powerful editors in php? > > > -- PHP General Mailing List (htt

Re: [PHP] php editor?

2003-06-15 Thread M-Ali Mahmoodi
if no newer editors? so the old messages suggest the older! "Lars Torben Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sat, 2003-06-14 at 12:59, electroteque wrote: > > boy how painfully dweebish is vi why make it harder for yourself :O > > Please don't start this again

[PHP] Array Sorting

2003-06-19 Thread Ashley M. Kirchner
'asin' => '1116221', 'manufacturer' => 'Kraft' ); $i++; etc., etc. I would like to sort $items based on the manufacturer of each array within. So that, in the above example, the second one would come before the first. Is there a way to do that? -- H| I haven&#

Re: [PHP] Array Sorting

2003-06-19 Thread Ashley M. Kirchner
=> '/images/something.jpg', 'title'=> 'this is fun', 'price'=> '$2.99', 'cat' => 'Card', 'author&#x

Re: [PHP] Array Sorting

2003-06-19 Thread Ashley M. Kirchner
ks as expected. Now let me go kick those filters... -- H| I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director

[PHP] Question to 'DIR'

2002-07-23 Thread Alexandre M. Stassevitch
It´s a silly question, but how can I create a directory on web?

[PHP] ODBC

2002-08-02 Thread Ashley M. Kirchner
somewhere. + Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http:

[PHP] Creating variables...

2002-08-02 Thread Ashley M. Kirchner
} } That same script also gets a value ($step) from another one. Now I need to figure out which $var_list# to use based on this $step value. Any suggestion on how to do this? -- W | I haven't lost my mind; it's backed up on tape somewhere. +---

[PHP] Asking for help...

2002-08-08 Thread Ashley M. Kirchner
soul out there wishes to read my (no doubt) crappy code and tell me what I did wrong, I'll appreciate it. Please reply to me off-list and I'll give you the current code. -- W | I haven't lost my mind; it's backed up on tape somewhere. +

RE: [PHP] Exiting from an include or required file

2002-08-21 Thread M . A . Bond
Or just do a return(); mailto:[EMAIL PROTECTED]] Sent: 21 August 2002 15:48 To: Henry; php-general Subject: RE: [PHP] Exiting from an include or required file Seems like the easy way, at least in this case, would be to make the second part of your File A an "else" to your "if". -Origina

RE: [PHP] Re: Mail problem

2002-08-30 Thread M . A . Bond
I actually had to set the SMTP setting to localhost on our solaris boxes to get this to work. I discovered this because we have a few older machines without php.ini files altogether, and the default is to have this set (the older machines worked). Thanks Mark Bond -Original Message- Fr

Re: [PHP] Any netscape users out there?

2002-09-03 Thread Ashley M. Kirchner
never seen this problem in ns, at least not with the stuff i've designed in the past. do you have a page/form somewhere we could look at? -- W | I haven't lost my mind; it's backed up on tape somewhere. +----

Re: [PHP] Any netscape users out there?

2002-09-03 Thread Ashley M. Kirchner
I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130

[PHP] Project Suggestions

2002-09-04 Thread Ashley M. Kirchner
l free. The site is listed in my signature. -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / S

Re: [PHP] Project Suggestions

2002-09-04 Thread Ashley M. Kirchner
't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe

Re: [PHP] Returning Rows Question

2002-09-04 Thread Ashley M. Kirchner
ys: Evaluate the (current) variable $color. Is it FF? if so, change it to EAEAEA, otherwise make it FF $color == "FF" ? (yes) change to "EAEAEA" : (no) make it FF -- W | I haven't lost my mind; it's backed up on tape somewhere. +---

RE: [PHP] MS SQL Problem

2002-09-13 Thread M . A . Bond
http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Best Practice

2002-09-21 Thread Ashley M. Kirchner
based on the CSS? I would think having to query twice for the same thing would be a degradation in performance, right? So what's the best practice? -- H | "Life is the art of drawing without an eraser." - John Gardner +------

RE: [PHP] Confused

2002-09-23 Thread M . A . Bond
Nope, Do a select like so: Select user_name, group_name from users,groups where users.group_id=groups_id order by group_name; Then do a php loop (you'll need to find the eact php commands, this is just an example): While (!$results->EOF) { If ($results[group_name]!="$old_groupname") {

RE: [PHP] mysql_num_rows error

2002-09-23 Thread M . A . Bond
>> I am new to php and that the folowing error: Warning: mysql_num_rows(): >> supplied argument is not a valid MySQL result resource in >> /home/tbonestu/public_html/smallimages.php >> >> i dont know what i am doing wrong here is the code: >> >> @ $db = mysql_pconnect(connect info); >> >> m

RE: [PHP] How do i assign Integers only and not real numbers?

2002-09-23 Thread M . A . Bond
that year would be 1998 or 2002 only. Does anyone know what function would do this? Sorry if I`m wasting your time if its a really obvious one! thanks in advance, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General

[PHP] Obfuscating E-Mail

2002-10-04 Thread Ashley M. Kirchner
's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550

Re: [PHP] Obfuscating E-Mail

2002-10-04 Thread Ashley M. Kirchner
licked on, translates to the real address. So if I have my script generate something like that for email, will harvesters be able to capture that information and translate it? -- W | I haven't lost my mind; it's backed up on tape somewhere. +-

[PHP] grep/match for data

2002-10-08 Thread Ashley M. Kirchner
that will be empty sometimes. So, can someone help write this beast up, based on what /proc/pci reports? It has to be fairly generic so that it would work across any (linux) machine. If you'd like me to send you /proc/pci from my machines for you to work with, please let me know. -- H

[PHP] Time limit exceeded when uploading files

2002-11-02 Thread Eduardo M. Bragatto
ng that's because the script begins only after the file is uploaded. My problem is that I can't change the "maximum_execution_time" in the configuration file. Does anyone can help me out? Thank you, Eduardo M. Bragatto. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] trouble with maximum_execution_time and file upload

2002-11-03 Thread Eduardo M. Bragatto
fter the file is uploaded. My problem is that I can't change the "maximum_execution_time" in the configuration file. Does anyone knows how to solve that problem? Thank you, Eduardo M. Bragatto. PS: Sorry for my miserable english #) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] data verification trough _POST arrays

2002-11-07 Thread Fernando M. Maresca
hat is the correct method for save _POST in _SESSION variables, so the values can be preserved for later retrieval? Excuse me for my english, thanks -- Fernando M. Maresca Monitoring Station S.A. 48 nº 812 La Plata (B1900AHN) BA - ARG Tel/Fax: (54) 221 425-3355 ICQ: 101304086 -- PHP General Ma

[PHP] time out when uploading.. PLEASE HELP ME :)

2002-11-11 Thread Eduardo M. Bragatto
I'm using a simple php script called upload.php, here's the source: move_uploaded_file($userfile, "/my/dir"); ?> But I keep getting an error message: Fatal error: Maximum execution time of 20 seconds exceeded in D:\dominios\E\escolas-es\spe\upload.php on line 3 Then, I've tried to increase

[PHP] constants and sessions

2002-11-12 Thread Eduardo M. Bragatto
I have to change the constant "maximum_time_out" (via set_timeout_limit) on the "first" script, and keep it seted in a session, until the second script became to be loaded. Is that possible? [[]]'s Bragatto PS: sorry for my miserable english #) -- PHP General Mailing List (http://www.php.ne

Re: [PHP] Search Engine Friend Dynamic Pages

2002-06-05 Thread Ashley M. Kirchner
builder.net/columns/tim2526.php3 -- H | "Life is the art of drawing without an eraser." - John Gardner +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operatio

[PHP] Re: [PHP-DOC] phpDocumentor version 1.1.0rc1 RELEASE ANNOUNCEMENT

2002-06-10 Thread Jesus M. Castagnetto
tNuke > Content Management (http://www.postnuke.com), phpRPC > (http://phprpc.sourceforge.net/), and XMap > (http://opensource.under.com.br/xmap/docs/) > > To Download, go to > http://phpdocu.sourceforge.net/downloads.php > > The phpDocumentor development team > Joshua Eichorn

Re: [PHP] Spam Bots/E-mail Addys

2002-06-13 Thread Ashley M. Kirchner
not look like a table. Assuming the address does have to be a link people can just click on, is there any way of preventing spambot from harvesting it? -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- As

Re: [PHP] Query String...

2002-07-01 Thread Nields Timothy M
Thank you very much... "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > On Tuesday 02 July 2002 04:45, Tim Nields wrote: > > Never have encountered this. When I include a query string on the URL line > > I can not access the variables. > > > > For example: www.tim

[PHP] Re: Please Remove this Moron

2002-07-09 Thread Ashley M. Kirchner
on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6

[PHP] Re: Is it so fuckin diffuicult...

2002-07-09 Thread Ashley M. Kirchner
hackers out there on this mailing list so stop being a fucking > jerk. Ya, and your 'fucking' e-mail certainly helps him a lot better, eh? -- W | I haven't lost my mind; it's backed up on tape somewhere. +---

[PHP] including .shtml file within my php script

2003-08-27 Thread Gronquist, Jim M
I have an open source php script to add items to a mysql database. I want to wrap the page using a .shtml file Currently, the .shtml file is: http://bursar.indiana.edu/gotcha/index.shtml The php script is: http://bursar.indiana.edu/gotcha/g_add_gotcha.php I believe that I should be

[PHP] SOLUTION [PHP] including .shtml file within my php script

2003-08-27 Thread Gronquist, Jim M
The solution to using .shtml files from within your PHP scripts is as simple as: include ("somefile.shtml"); Very handy if you have header, sidebar, footer templates setup using SSI. -Jim -Original Message- From: Gronquist, Jim M Sent: Wednesday, August 27, 2003 11:13 AM

Re: [PHP] Re: Animating with GD?

2003-08-28 Thread Ashley M. Kirchner
tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . .. Boulder, CO 8

Re: [PHP] Re: Animating with GD?

2003-08-28 Thread Ashley M. Kirchner
Ashley M. Kirchner wrote: >That patent already expired for the US (June 30, 2003). Canadian > patent expires July 7, 2004, the counterpart patents in the United > Kingdom, France, Germany and Italy expire June 18, 2004, and the > Japanese counterpart patents expire June 20,

[PHP] Fwd: confirm subscribe to php-general@lists.php.net

2003-09-21 Thread Lisa M. White
HI YES IM SERIOUS,LISA WHITE--- Begin Message --- Hi! This is the ezmlm program. I'm managing the [EMAIL PROTECTED] mailing list. I'm working for my owner, who can be reached at [EMAIL PROTECTED] To confirm that you would like [EMAIL PROTECTED] added to the php-general mailing list, please s

[PHP] PHP PDF Support...

2003-09-25 Thread Brian M McGarvie
I have successfuly been creating PDF files... however it is required that the files are printed Automatically - i.e. no need to hit print icon etc etc... Anyone know how to achieve this or atleast point me in the right direction? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] DST change dates

2003-10-01 Thread "Germán M. Rivera"
Hi all! I would like my script to get the dates of the year when the server local time changes from winter time to summer time and vice-versa. ¿Does anybody know how to do it in PHP, even calling linux functions (with popen) or exploring linux archives? I need it to create a VTIMEZONE compo

[PHP] copy tables

2003-10-15 Thread Gronquist, Jim M
I've set up dev and prod webservers. Users can go into the dev webserver content and edit it. The content is in a mysql database. I have a button on the webpage that says push content live. When the button is pushed I want it to run a php script that will copy the dev mysql table data into the prod

Re: [PHP] Age from birthdate?

2003-10-22 Thread Ashley M. Kirchner
't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Pho

[PHP] Printing in Linux

2003-10-25 Thread Manilal K M
Hello everybody, Can anyone give information regarding how to print a file in plain text format using PHP. I am using RedHat Linux9.0, httpd-2.0.40-21 and php-4.2.2-17. I think that print support is not given to linux. I want to know that whether there is any developments in this reg

Re: [PHP] Style.css

2003-11-03 Thread Ashley M. Kirchner
tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . ..

Re: [PHP] Beveled text

2003-11-08 Thread Ashley M. Kirchner
;s backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.

Re: [PHP] Beveled text

2003-11-08 Thread Ashley M. Kirchner
Ashley M. Kirchner wrote: This produces the attached result. Not exactly beveled, but pretty close (and it's the effect I wanted.) Hmm, yes. Attached result gets stripped by the listserv. So, it's also visible here: http://37th.yeehaw.net/phpiscool.png -- H| I haven'

Re: [PHP] Beveled text

2003-11-09 Thread Ashley M. Kirchner
tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . .

[PHP] Re: E-mail Gateway

2003-11-18 Thread Brian M McGarvie
into $buffer and emails it, this should hopefully point yu in the right direction... - Brian M McGarvie - IT Manager (e-loanshop.com). - www.devdojo.com (Developer Community) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Converting to ASCII HEX

2003-11-27 Thread Ashley M. Kirchner
it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://

Re: [PHP] Converting to ASCII HEX

2003-11-27 Thread Ashley M. Kirchner
s everyone. Happy Gobble Day for those who celebrate it. -- H| I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Dire

Re: [PHP] htaccess / php

2003-12-02 Thread Ashley M. Kirchner
er that I could access from within the script by checking the url and subtracting "http://myhost.com/archive/";. ForceType application/x-httpd-php -- H| I haven't lost my mind; it's backed up on tape somewhere. +---

[PHP] Call PHP from other languages

2003-12-12 Thread "Germán M. Rivera"
Hi all! We have developed a groupware web server written in PHP. We were interested in integrating some communication interfaces in Java, using Tomcat, in this application, but we have not found an efficient way to call PHP functions from a Java program. We would prefer not to use communica

[PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Fernando M. Maresca
ysite/forma2.php/ produce the browser to redirect to http://mysite/index.php/ Of course, the forma2.php must be served if its accesed after index.php. Thanks -- Fernando M. Maresca Cel: (54) 221 15 502 3938 Cel: 0221-15-502-3938 -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Fernando M. Maresca
On Sun, Dec 21, 2003 at 01:03:43PM -0600, Eugene Lee wrote: > On Sun, Dec 21, 2003 at 03:57:24PM -0300, Fernando M. Maresca wrote: > : > : Well, i'm trying to avoid access to the site for the middle. Say there > : is a initial page with a form and other pages that depends on thi

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Fernando M. Maresca
'm propagating a string thru $_SESSION that is set up in the first page and is valid until session expires or init page is reloaded. But i think that may be another (and better) way to do this, and can't figure out how. > > Jim > www.websitemanagers.net Fernando M. Maresca Cel: (54) 221 15 502 3938 Cel: 0221-15-502-3938 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [posibleOT] Forcing entering te site thru index.php

2003-12-21 Thread Fernando M. Maresca
not, and i'm very interested in the way you're using to solve problems like this ones. So thanks a lot. -- Fernando M. Maresca Cel: (54) 221 15 502 3938 Cel: 0221-15-502-3938 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help with PNG creation script

2003-12-31 Thread Ashley M. Kirchner
he thing to cut down on CPU usage because it's generating those headers every time a page gets called. Not good. -- W | I haven't lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner &

Re: AW: [PHP] Help with PNG creation script

2003-12-31 Thread Ashley M. Kirchner
d; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcra

[PHP] MySQL query

2004-01-12 Thread Ashley M. Kirchner
tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6 http://www.pcraft.com . . .. Bou

Re: [PHP] MySQL query

2004-01-12 Thread Ashley M. Kirchner
27;t lost my mind; it's backed up on tape somewhere. +---- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 IT Director / SysAdmin / WebSmith . 800.441.3873 x130 Photo Craft Laboratori

Re: [PHP] file checking

2001-01-14 Thread Philip M. Gollucci
PHP has a function called file_exits I belive... you can read about it on the php manual at php.net under file functions. * Philip M. Gollucci (p6m7g8) Web-site: http://www.p6m7g8.com E-mail : [EMAIL

[PHP] JSDK 2.0 & PHP

2001-01-20 Thread Ashley M. Kirchner
ost my mind; it's backed up on tape somewhere. | ~~~~~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 SysAdmin / Websmith

[PHP] apache + mssql

2001-01-23 Thread Thor M. Steindorsson
source and configuring it with mssql and re-installing it. But if there's any way to add the mssql support without such drastic measures, I'd sure like to hear about them. Can anyone help? Thanks. Thor M. Steindorsson - [EMAIL PROTECTED] http://www.netwood.net - Find Out Why We're Better.

Re: [PHP] Help: Google like page functions

2001-01-23 Thread Ashley M. Kirchner
#x27;t lost my mind; it's backed up on tape somewhere. | ~~~~~ Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 SysAdmin / Websmith . 800.441.3873 x130 Photo Craft Laboratories, Inc. .eFax 248.671.0909 http:

RE: [PHP] Redirect

2001-01-24 Thread Thor M. Steindorsson
try this: http://www.dogpile.com"; header ("Location: $rdrct"); exit; ?> Thor M. Steindorsson - [EMAIL PROTECTED] http://www.netwood.net - Find Out Why We're Better. -Original Message- From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Janu

RE: [PHP] Help with INSERT query

2001-01-24 Thread Thor M. Steindorsson
x27;, '$Description', '$FileSize', '$FileName', '$DownloadCount', '$Categories', '$Redirect')"; } Thor M. Steindorsson - [EMAIL PROTECTED] http://www.netwood.net - Find Out Why We're Better. -Original Message- From: Darren Evans

[PHP] Re: [PHP-INST] php / mysql

2001-01-24 Thread Ashley M. Kirchner
ith the --without-mysql flag. AMK4 -- W | | I haven't lost my mind; it's backed up on tape somewhere. | ~~~~~ Ashley M. Kirchner <mailto:[EMAIL

[PHP] Re: [PHP-NOTES] note 11519 added to virtual

2001-02-23 Thread Jesus M. Castagnetto
ED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] > = --- Jesus M. Castagnetto <[EMAIL PROTECTED]> __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ -- PHP

Re: [PHP] PHP CGI-Binary

2001-02-25 Thread Frank M. Kromann
IF you dont specify --with-apache or --with-apxs configure options you will build the CGI ! - Frank >Ok, I give up... how do I build PHP as a CGI-Binary? I've spent two days >searching the configure file for this. > >Julia > >-- >[ Julia Anne Case ] [Ships are safe inside the harb

[PHP-CVS] cvs: php4 /ext/standard info.c

2001-03-03 Thread Frank M. Kromann
fmk Sat Mar 3 18:41:27 2001 EDT Modified files: /php4/ext/standard info.c Log: Changed code layout to remove PHP warning when running php as a CGI. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.129 php4/ext/standard/info.c:1.130 --- p

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