[PHP] Stripping slashes from db-insert?

2001-12-01 Thread Daniel Alsén
Hi, i know this has been asked before - but: When i add entries to MySql (varchar and text) all " and ' gets a slash in front of them. How do i get rid of these slashes? Regards # Daniel Alsén| www.mindbash.com # # [EMAIL PROTECTED] | +46 704 86 14 92 # # ICQ: 63006462 | +46 8

[PHP] which merchant account

2001-12-03 Thread Daniel Guerrier
Can anyone suggest a bank and/or merchant account provider that you've used successfully in the past. __ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- PHP General Mailing List (http://www.php.net/) T

[PHP] format output from exe()

2001-12-05 Thread Daniel Masur
how can i format the output from: $who = passthru(system(who)); echo $who; it doesnt put breakes behind each line, so all the stuff iss just one line till the browsers to short... anybody can help? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: [PHP] format output from exe()

2001-12-05 Thread Daniel Masur
result); > for ($i=0; $i < count($result); $i++) { > $data .= "$result[$i]"; > } > print "$data"; > > That might work for ya. > > Good luck, > Tyler Longren > > - Original Message - > From: "Daniel Masur" <[EMAIL PROT

[PHP] Re: Access denied for user

2001-12-06 Thread Daniel Masur
you didnt entered the correct pasword for the mysql database "Josep" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000501c17e48$3d5acaf0$[EMAIL PROTECTED]">news:000501c17e48$3d5acaf0$[EMAIL PROTECTED]... > I get the following message when trying to view a php page > > Warning: Access denied for us

Re: [PHP] SMS

2001-12-06 Thread Daniel Berwig
ms->errorCode . "\n" ); > } > else { > // walk the carrier list array > array_walk( $sms->carrierlist, displayCarrier ); > } > > function displayCarrier( $c ) { > // display the carrier info > print( "ID: " . $c->id . "\n" ); >

[PHP] PHP SSL credit card transaction

2001-12-06 Thread Daniel Guerrier
Can some give me a brief synopsis or direct me to some information on how to create an ecommerce site using php. My main question is in the area of performing a secure credit card transaction. Do I need to use a third party shopping or can I create my own, if I create my own how do I integrate i

[PHP] Costum Error Page

2001-12-07 Thread Daniel Urstöger
to my costum error page. I can check http referer, and such stuff, BUT: How could I check, which file apache tried to access, and didn´t found ? That would be a pretty nice function for my PHP skript .. Thx for your help ! cya ! Daniel Urstöger WebMaster @ cdrsoft.info -- PHP General Mailing

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
Thx ! It works, now I can code further ! "Ashley M. Kirchner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "Daniel Urstöger" wrote: > > > How could I check, which file apache tried to access, and

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
Opps, sorry, I had a bug, now I have this problem: Browser is showing this URL: http://yourdomain.com/play/404.php and so the REQUEST_URI is: /play/404.php But I would need the requested file, before apache redirected to the 404.php Is this possible as well ? -- PHP General Mailing List (http

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
thx for your help .. But I cannot get this running .. Not with getenv nor with the variable itself :( Could you give me a short example ? Would really help me much ! :) thx and cya ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: [PHP] Costum Error Page

2001-12-08 Thread Daniel Urstöger
1c1801a$26faa4f0$2528260a@STUDENT5830">news:003801c1801a$26faa4f0$2528260a@STUDENT5830... > how about you make a phpInfo() page, and set that as 404 error, then you can > find the correct variable to use :) > > Andrew > - Original Message - > From: "Daniel Urstög

[PHP] Doing statistics with MySql data?

2001-12-09 Thread Daniel Alsén
Hi, i have a MySql table with five columns that are filled with different numerical values. I need some pointers to where i can learn how to build statistics out of this data (ie the average value of a column, how many instances there is of a certain value etc). Regards # Daniel Alsén

[PHP] PHP and plugin detection

2001-12-10 Thread Daniel Reichenbach
done with JavaScript? Greetings, Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Help with mysql query

2001-12-11 Thread Daniel Alsén
stored). Can i do this in a smart way without having to write fifty queries and add every fifth of them up? Regards # Daniel Alsén| www.mindbash.com # # [EMAIL PROTECTED] | +46 704 86 14 92 # # ICQ: 63006462 | +46 8 694 82 22 # # PGP: http://www.mindbash.com/pgp/ # -- PHP General

[PHP] Arrays...

2001-12-12 Thread Daniel Alsén
, very much, appreciate a tip on where i could learn how to master arrays. I am tearing my hair out here. Regards # Daniel Alsén| www.mindbash.com # # [EMAIL PROTECTED] | +46 704 86 14 92 # # ICQ: 63006462 | +46 8 694 82 22 # # PGP: http://www.mindbash.com/pgp/ # -- PHP General Mailing Lis

[PHP] Zend Accelerator

2001-12-13 Thread Daniel Urstöger
money into the license .. Thx for your help ! Daniel Urstöger -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Call to undefined function: bcdiv()

2001-12-13 Thread Daniel Alsén
Hi, i when i run a script that contains a bcdiv() calculation i get this error: Call to undefined function: bcdiv() I am using bcdiv() successfully in other scripts. However i vaguely remember getting an error message some time for some operation in bcdiv... Any ideas? Regards # Daniel Alsén

[PHP] Can i do this?

2001-12-13 Thread Daniel Alsén
'$shooter_login' && shot_three = '$i' || shooter='$shooter_login' && shot_four = '$i' || shooter='$shooter_login' && shot_five = '$i'"; $result = mysql_query($shot_count); $num_vals[$i] = mysql_fetch_array($r

RE: [PHP] Can i do this?

2001-12-13 Thread Daniel Alsén
] => 8 [COUNT(*)] => 8 ) [9] => Array ( [0] => 9 [COUNT(*)] => 9 ) ) Ideas? Regards Daniel > -Original Message----- > From: Jack Dempsey [mailto:[EMAIL PROTECTED]] > Sent: den 13 december 2001 16:30 > To: Daniel Alsén; PHP > Subject: RE: [PHP] Can i do this? > &g

[PHP] Miscount

2001-12-14 Thread Daniel Alsén
ooter='$shooter_login' && shot_four = '$t' || shooter='$shooter_login' && shot_five = '$t'"; $results = mysql_query($shot_counts); $bam = mysql_fetch_array($results); # Daniel Alsén| www.mindbash.com # # [EMAIL PROTECTED] | +4

RE: [PHP] Miscount

2001-12-14 Thread Daniel Alsén
27; && shot_two = '$t') || (shooter='$shooter_login' && shot_three = '$t') || (shooter='$shooter_login' && shot_four = '$t') || (shooter='$shooter_login' && shot_five = '$t')"; I am really stuck.

[PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Daniel Urstöger
Just update PHP to v.4.1.0 about 10 mins ago Worked pretty go so far ! :) Will tell about loads soon .. But as far as I see, the load really dropped ... Yeah, and waiting till Zend is bringing out a working version of Optimizer for that PHP version ! :) cya ! Daniel PS: thx for your affords

[PHP] Re: What do admins put in their open_basedir

2001-12-15 Thread Daniel Urstöger
www.domain.com ServerAlias domain.com DocumentRoot /home/domain/public_html php_admin_value open_basedir /home/domain Hope it helps ! Cya ! Daniel "Marc Delisle" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi,

[PHP] Still need help with miscount

2001-12-16 Thread Daniel Alsén
quot;; It doesn´t return the correct count. I have tried to tweak the syntax around, excluding one or more columns to count etc. But it still gives the wrong count. What´s wrong? - Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Re: problem finding out original filename while using php to upload.

2001-12-16 Thread Daniel Grace
NOT the name of the original file. You'll want to use $photo_file_name to determine the original filename, or better yet, $photo_file_type to determine the content type. (a gif is image/gif, for instance). See http://www.php.net/manual/en/features.file-upload.php -- Daniel Grace echo make_witty_

[PHP] HTTP Authentication problems

2001-12-16 Thread Daniel Grace
are no .htaccess files in the directory (or any parent dirs for that matter), and no AuthType directives all in my httpd.conf file. I have been unsuccessful in determining what is wrong, and am flat out of ideas. My php.ini and httpd.conf files are available at http://hosting.venura.net/fixme

[PHP] User Authentication

2001-12-16 Thread Daniel Grace
the directory (or any parent dirs for that matter), and no AuthType directives all in my httpd.conf file. I have been unsuccessful in determining what is wrong, and am flat out of ideas. My php.ini and httpd.conf files are available at http://hosting.venura.net/fixme/ Any ideas? -- Daniel Grace

[PHP] Re: PHP4.1.0 & Apache1.3.22 under WinXP

2001-12-16 Thread Daniel Grace
heck to see if that's the problem, short of checking php.ini, is to make a quick and dirty test page: If you can see this, then short_open_tags = off. Of course, if phpinfo() is displayed above, this should be fairly obvious <*/ ?> <% /* >If you can see this, then asp_style_tags =

Re: [PHP] User Authentication

2001-12-17 Thread Daniel Grace
"Paul Burney" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > on 12/16/01 12:58 PM, Daniel Grace at [EMAIL PROTECTED] wrote: > > > Anyways, though the 401 part works and actually brings up the typical "Enter >

[PHP] Access rights for php files on Linux?

2001-12-18 Thread Daniel Fassnauer
able to read them. Is there any way i can actually do that? I must say that i am rather new to all this stuff, so i am really confused as what to do, and i would appreciate any help.. Thanks in advance... Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] sessions

2001-12-20 Thread Daniel Masur
my logout.php looks like this session_start(); session_register("SESSION"); //these 2 things have to be on every page right? require ('validate_session.php'); //does compare $PHPSESSID and the sessid i have in every url // start of validate_session.php "; exit; } ?> // end of validate_sessi

[PHP] Re: some body flood mypage how can I prevent them ?

2001-12-21 Thread Daniel Masur
at least you have to tell what is getting flooded... db? apache? logs? pings? "Alawi" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 00cd01c18a1a$05063440$b084a2d4@mcsh2l7jqy8bgj">news:00cd01c18a1a$05063440$b084a2d4@mcsh2l7jqy8bgj... some body flood mypage how can I prevent them ? -- PHP Gener

[PHP] oscommerce / Exchange project

2001-12-21 Thread Daniel Guerrier
Does anyone have any experience using this thing. I installed it and it seems to work, but it's very buggy. After the first hit the left nav, footer no longer appear. I know this a bad description of the problem but there's no rhyme nor reason to this. __

[PHP] is_dir and cache problem ...

2001-12-23 Thread Daniel Urstöger
Hiya ! I am working on a download script right now, and I have a question about a part of my code: do { $random_ID = rand(10,99); $download_dir = "$today $random_ID"; if (!@is_dir($download_dir)) mkdir("$download_dir",0777); }while(@!is_dir($download_dir)); So, I do this loo

Re: [PHP] is_dir and cache problem ...

2001-12-23 Thread Daniel Urstöger
thx for your help ! Since I am the only one who works on the whole server, it´s all my stuff :) Yeah, but the increasing of the random_ID is surely a good way .. Will check on that ! thx again ! :)) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

[PHP] Generate Alphabet

2001-12-25 Thread Daniel Harik
Hello Guys, Just a stupid question how can i make php show from a-z with a for loop, don't want to make 26 hard coded links Thank You very much -- Best regards, Daniel mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Re: Generate Alphabet

2001-12-25 Thread Daniel Harik
Hello Fred, Tuesday, December 25, 2001, 7:55:16 PM, you wrote: F> for ($Character = 65; $Character < 91; $Character++) F> { F> echo chr($Character); F> } F> Fred F> Daniel Harik <[EMAIL PROTECTED]> wrote in message F> [EMAIL PROTECTED]">news:[EMAIL PRO

[PHP] Display output in 2 colomns

2001-12-26 Thread Daniel Harik
} echo "$array1[$x]$array2[$x]\n"; $x++; } echo "\n"; --- Thank You very much -- Best regards, Daniel mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re[2]: [PHP] Display output in 2 colomns

2001-12-26 Thread Daniel Harik
Hello akul, Wednesday, December 26, 2001, 5:50:29 PM, you wrote: aoc> Hello Daniel, aoc> Tuesday, December 25, 2001, 5:09:05 PM, you wrote: DH>> Hello guys DH>> I have following code, it splits 1 array into 2(to make 2 colomns DH>> out of 1) and then displays it, but

[PHP] Show only few words that var contains

2001-12-26 Thread Daniel Harik
Hello guys, sorry for spamming with questions today, i have varuable called $intro, it's stores pretty big story, but i want to display say 10 first words. Thank You very much -- Best regards, Daniel mailto:[EMAIL PROTECTED] -- PHP General Mailing List

[PHP-CVS] cvs: php4 /pear/HTML Common.php

2001-03-21 Thread Adam Daniel
. | // +--+ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ // // $Id: Common.php,v 1.1 2001/03/22 04:14:42 adaniel Exp $ /** * Base class for all HTML classes * * @author Adam

[PHP-CVS] cvs: php4 /pear/HTML Table.php

2001-03-21 Thread Adam Daniel
. | // +--+ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // | Bertrand Mansion <[EMAIL PROTECTED]> | // +--+ // // $Id: Table.php,v 1.1 2001/03/22 04:1

[PHP-CVS] cvs: php4 /pear/HTML Common.php

2001-03-22 Thread Adam Daniel
:1.4 --- php4/pear/HTML/Common.php:1.3 Thu Mar 22 07:27:07 2001 +++ php4/pear/HTML/Common.php Thu Mar 22 17:11:59 2001 @@ -16,7 +16,7 @@ // | Authors: Adam Daniel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/HTML Common.php

2001-03-22 Thread Adam Daniel
/Common.php:1.5 --- php4/pear/HTML/Common.php:1.4 Thu Mar 22 17:11:59 2001 +++ php4/pear/HTML/Common.php Thu Mar 22 18:13:18 2001 @@ -16,37 +16,38 @@ // | Authors: Adam Daniel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 /pear/HTML Table.php

2001-03-22 Thread Adam Daniel
// $Id: Table.php,v 1.3 2001/03/22 14:32:51 mj Exp $ +// $Id: Table.php,v 1.4 2001/03/23 02:14:05 adaniel Exp $ require_once "PEAR.php"; require_once "HTML/Common.php"; /** -* Builds an HTML table -* -* @author Adam Daniel <[EMAIL PROTECTED]> -* @auth

[PHP-CVS] cvs: php4 /pear/HTML Select.php

2001-03-22 Thread Adam Daniel
adaniel Thu Mar 22 22:18:12 2001 EDT Added files: /php4/pear/HTML Select.php Log: original commit. Basic html select loaded manually, from a DB result, or an array Index: php4/pear/HTML/Select.php +++ php4/pear/HTML/Select.php * @version 1.0 * @

[PHP-CVS] cvs: php4 /pear/HTML Select.php

2001-03-22 Thread Adam Daniel
a note to | +// | [EMAIL PROTECTED] so we can mail you a copy immediately. | +// +--+ +// | Authors: Adam Daniel <[EMAIL PROTEC

[PHP-CVS] cvs: php4 / NEWS

2001-03-23 Thread Daniel Beulshausen
@@ ||| ?? ??? 200?, Version 4.0.6 +- Added support for UNC style paths (\\server\share\file & //server/share/file) +(Daniel, TSRM) - Changed C++ style comments to C-style comments (Marc) - Added dbx module (database abstrac

[PHP-CVS] cvs: php4 /pear/HTML Common.php

2001-03-23 Thread Adam Daniel
:13:18 2001 +++ php4/pear/HTML/Common.php Fri Mar 23 20:33:10 2001 @@ -16,13 +16,13 @@ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ // -// $Id: Common.php,v 1.5 2001/03/23 02:13:18 adani

[PHP-CVS] cvs: php4 /pear/HTML Select.php

2001-03-23 Thread Adam Daniel
--- php4/pear/HTML/Select.php:1.2 Thu Mar 22 22:24:07 2001 +++ php4/pear/HTML/Select.php Fri Mar 23 20:34:17 2001 @@ -16,7 +16,7 @@ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ // -

[PHP-CVS] cvs: php4 /pear/HTML Table.php

2001-03-23 Thread Adam Daniel
adaniel Fri Mar 23 20:36:06 2001 EDT Modified files: /php4/pear/HTML Table.php Log: added comments to the html output including table nest level, added automatic taboffset for cell contents if a subclass of html_common Index: php4/pear/HTML/Table.php di

[PHP-CVS] cvs: php4 /pear/HTML Page.php

2001-03-23 Thread Adam Daniel
PROTECTED] so we can mail you a copy immediately. | // +--+ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ //

[PHP-CVS] cvs: php4 /pear/HTML Common.php

2001-03-24 Thread Adam Daniel
Mar 23 20:33:10 2001 +++ php4/pear/HTML/Common.php Sat Mar 24 13:08:59 2001 @@ -16,7 +16,7 @@ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ // -// $Id: Common.php,v 1.6 2001/03/24 04

[PHP-CVS] cvs: php4 /pear/HTML Page.php

2001-03-27 Thread Adam Daniel
+++ php4/pear/HTML/Page.php Tue Mar 27 19:16:59 2001 @@ -16,7 +16,7 @@ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ // -// $Id: Page.php,v 1.1 2001/03/24 04:36:38 adaniel Exp $ +// $Id: Pa

[PHP-CVS] cvs: php4 /pear/HTML Table.php

2001-03-29 Thread Adam Daniel
adaniel Thu Mar 29 21:30:58 2001 EDT Modified files: /php4/pear/HTML Table.php Log: minor change to toHtml Index: php4/pear/HTML/Table.php diff -u php4/pear/HTML/Table.php:1.5 php4/pear/HTML/Table.php:1.6 --- php4/pear/HTML/Table.php:1.5Fri Mar 23 2

[PHP-CVS] cvs: php4 /pear/HTML Common.php

2001-03-29 Thread Adam Daniel
/Common.php:1.7 Sat Mar 24 13:08:59 2001 +++ php4/pear/HTML/Common.php Thu Mar 29 21:32:21 2001 @@ -16,13 +16,13 @@ // | Authors: Adam Daniel <[EMAIL PROTECTED]>| // +--+ // -// $Id: Common.php,v 1.

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

2001-04-03 Thread Daniel Beulshausen
dbeuTue Apr 3 14:39:18 2001 EDT Modified files: /php4/ext/exif exif.c Log: resolve realpath if in v-dir mode Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.12 php4/ext/exif/exif.c:1.13 --- php4/ext/exif/exif.c:1.12 Sun Feb 25 22:06:54 20

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

2001-04-03 Thread Daniel Beulshausen
dbeuTue Apr 3 15:36:27 2001 EDT Modified files: /php4/ext/exif exif.c Log: use V_STAT Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.13 php4/ext/exif/exif.c:1.14 --- php4/ext/exif/exif.c:1.13 Tue Apr 3 14:39:18 2001 +++ php4/ext/exif/ex

[PHP-CVS] cvs: php4 /ext/printer php_printer.h printer.c printer.php

2001-04-05 Thread Daniel Beulshausen
dbeuThu Apr 5 05:36:01 2001 EDT Modified files: /php4/ext/printer php_printer.h printer.c printer.php Log: overhaul printer extension # documentation is nearly finished Index: php4/ext/printer/php_printer.h diff -u php4/ext/printer/php_printer.h:1.7 p

[PHP-CVS] cvs: php4 / EXTENSIONS php.ini-dist php.ini-optimized

2001-04-05 Thread Daniel Beulshausen
ATUS: Experimental +PRIMARY MAINTAINER: Daniel Beulshausen <[EMAIL PROTECTED]> +MAINTENANCE: Maintained +STATUS: Working SINCE: 4.0.4 COMMENT: Only for Win32 --- Index: ph

[PHP] Arrays of objects

2001-04-11 Thread Daniel Fairs
Hi, PHP provides a number of array-related functions which rely on a relation existing between each array element. This is easy to understand for primitive types (integers, strings and so on) but how does it work for objects? For example, I have a class Person. I have a number of Person objects

[PHP] Templates??

2001-06-18 Thread Daniel Guerrier
What the true advantage of using templates and where can I get info on using them? __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/

[PHP] php 4.06 as an apache DSO Error

2001-06-23 Thread Daniel Guerrier
I'm trying to install PHP 4.06 as a DSO with apache 1.3.20 on redhat 7.1 and it produces this error. No of which are the problem. What else can it be?? Configuring SAPI modules checking for Apache module support via DSO through APXS... ./configure: /software/apache/bin: is a directory Sorry, I

[PHP] newbie has include path error

2001-06-30 Thread Daniel Goldin
d putting in this include path in my php.ini file to no effect. Please help. I have several projects I'm working on that require php and I have no way of working on them on my development box. Any help gratefully appreciated. Also, I apologize for being too chatty. daniel -----

[PHP] php mysql install

2001-07-02 Thread Daniel Guerrier
I'm trying to make php work with mysql but I can't even create a table. I'm receiving this error. [root@menace mysql]# mysqladmin create testdb mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server though socket '/var/lib/mysql/mysq.sock' (2)' Check th

[PHP] second try - Mysql php install

2001-07-02 Thread Daniel Guerrier
I'm trying to make php work with mysql but I can't even create a table. I'm receiving this error. [root@menace mysql]# mysqladmin create testdb mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server though socket '/var/lib/mysql/mysq.sock' (2)' Check t

[PHP] Compiling on Windows

2001-07-03 Thread Daniel Reichenbach
Hy, is there any guide available, how to compile the Windows version of PHP4.0.6 with all available modules like GD/Freetype, IMAP, curl, etc. Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP] reset mysql root password

2001-07-03 Thread Daniel Guerrier
How do I reset the root mysql password if I don't know what it is in the first place. I don't care if I lose data. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -- PHP General Mailing List (ht

RE: [PHP] newbie has include path error & new problem

2001-07-03 Thread Daniel Goldin
h for your time. You and others on this list have been fantastic dealing what has turned into an off-topic problem. Best to all, daniel -Original Message- From: mike cullerton [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 11:22 PM To: 'PHP List' Subject: Re: [PHP] newbie h

[PHP] preg_match

2001-07-04 Thread Daniel Reichenbach
;; } else { print "Invalid mail address"; } Unfortunatly this doesn't work. I think, i have to use a different syntax for the "<" and ">" braces. Can somebody give me a hint? Thx, Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] FEDEx API's

2001-07-05 Thread Daniel Guerrier
The FED Es api suite says tat windows is a requirement. Has anyone intergrated this into a sight using PHP on linux. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -- PHP General Mailing List (

[PHP] Sessions and redundant servers

2001-07-05 Thread Daniel Baldoni
ynchronised), or are all "redundant" sites using home-grown session handling? Ciao. -- ---+- Daniel Baldoni BAppSc, PGradDipCompSci | Technical Director require 'std/disclaim

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread Daniel Baldoni
tered setup, so this shouldn't really affect them. But, with the discussions that have been going on w.r.t. authentication and session-handling, I thought I should bring it up. Ciao. -- ---+- Daniel Baldoni BAppSc, PGradDipCompSci | T

Re: [PHP] Sessions and redundant servers

2001-07-05 Thread Daniel Baldoni
iodically run (very fine granularity is needed for distributing session data), neither of these is really an option. Thoughts from anybody else out there? Ciao. -- ---+- Daniel Baldoni BAppSc,

Re: [PHP] FEDEx API's

2001-07-06 Thread Daniel Guerrier
http://www.fedex.com/us/ebusiness/ecommerce/shipapi.html --- Brad Hubbard <[EMAIL PROTECTED]> wrote: > On Fri, 6 Jul 2001 02:10, Daniel Guerrier wrote: > > The FED Es api suite says tat windows is a > > requirement. > > > > URL? > > Cheers, > Brad

Re: [PHP] How to generate Automatic Reports ?

2001-07-10 Thread Daniel Fassnauer
Well, either use the windows own "sheduled task" option or get a version of cron for win32. a quick search on google came up with the following: http://www.dwgsoftware.com/help/task_scheduler.html http://www.kalab.com/freeware/cron/cron.htm Manisha wrote: > > hi, > > I want to generate some r

[PHP] gettext functions

2001-07-11 Thread Daniel Reichenbach
Hy, i would like to use the gettext functions but i have no hint, where i have to put the locale files and how to tell php where they are. Is ther any sample implementation available for this? Daniel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Anybody using Miva or hosted at Hosting4All?

2001-07-14 Thread Daniel Baldoni
e much appreciated. Thanks in advance. Ciao. -- ---+- Daniel Baldoni BAppSc, PGradDipCompSci | Technical Director require 'std/disclaimer.pl'| LcdS Pty. Ltd. ---

[PHP] Re: Anybody using Miva or hosted at Hosting4All?

2001-07-15 Thread Daniel Baldoni
G'day again, hunter said: > what do you mean, arbitrary? Yes, miva can connect to SSL pages and > sites, thats how its transactional piece works, and is actually > required. In fact as i recall, you have to have an SSL certificate in > order to complete the install/configuration/setup for a virtu

[PHP] PHP and XHTML

2001-07-17 Thread Rose, Daniel
;--with-mcrypt' (all from phpinfo()) Does anyone have any ideas? Please CC replies as I am not subscribed to the list Sincerely, Daniel Rose -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] php logo

2001-07-19 Thread Daniel Rezny
t; Alva Chew Try to search on a oficial php page. www.php.net -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T

Re: [PHP] Re: a goog "whatever you want" editor

2001-07-19 Thread Daniel Rezny
m using this http://www.soysal.com/PHPEd/ -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re[2]: [PHP] Prevent user to close web browser

2001-07-19 Thread Daniel Rezny
u cant do it with PHP. You can do it with javascript as I know. If you want a program I can help. -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: [PHP] date HELP !!!!!

2001-07-23 Thread Daniel Rezny
$daylast = $d-1; $d=33; } else { $d++; } } I hope it helps. -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (htt

Re: [PHP] php vs Filemaker

2001-07-23 Thread Daniel Rezny
ll I'd like to write that filemaker is not sql server. I've done it before but only for a short time. With filemaker I'm prefering lasso. I've used MyODBC driver. -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (htt

Re: [PHP] Resolution

2001-07-23 Thread Daniel Rezny
ress new site KS> ICQ: 115852509 KS> MSN: [EMAIL PROTECTED] KS> AIM: legokiller666 Use a javascript code screen.width(); screen.height(); -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] PDF dll

2001-07-24 Thread Daniel Rezny
Hello Bernie, Tuesday, July 24, 2001, 3:33:53 PM, you wrote: BK> Hi, BK> Are there any Freeware/Opensource PDF dll's? BK> Tx BK> BK You should have one in your distribution -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General M

Re: [PHP] Query String Name ?

2001-07-26 Thread Daniel Rezny
query string is created? But in the script you can use only a last value of the variable. So there is no reason to have more than one variable in query_string with same name. use name1, name2, this is better. I think. -- Best regards, Danielmailto:[EMAIL PROTE

Re: [PHP] How to display values in HTML form by retriving from database through PHP

2001-07-26 Thread Daniel Rezny
$user will come from post method BA> $result = mysql_query($query)or die ( 'Unable to execute query.' ); $row=mysql_fetch_array($result); BA> Employee No: "> Name : "> and some another values like that I hope it helps -- Bes

Re: [PHP] help regarding mysql

2001-07-27 Thread Daniel Rezny
o connect through php. what is the wrong? BA> please help out me. BA> Thanks in advance. BA> Regards BA> -Balaji Try to specify a host: e.g. mysql --host=localhost -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mail

Re: [PHP] php and javascript

2001-07-27 Thread Daniel Rezny
o the url. KP> Is there another way? KP> Thx in advance. varname='<? echo $varname; ?>'; some usage of varname; I had a same problem some time ago. There must be a single quotes neither is it string nor any other type. I hope it helps -- Best regards, Daniel

Re: [PHP] another question

2001-07-27 Thread Daniel Rezny
values. -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] MySQL big table process

2001-07-27 Thread Daniel Rezny
from the table PS> Thanks PS> -- PS> Visit our site at http://eshop.bg As I understood you you want to take all datas from table. For that is very useful command mysqldump --database > file.sql I hope it helps to you -- Best regards, Daniel

Re: [PHP] disabling the "back" button

2001-07-29 Thread Daniel Rezny
in hotmail. I hope it helps -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] disable?

2001-07-31 Thread Daniel Rezny
mouse click. JM> How would I do this? Just search a list. This thread was here short time ago. -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] PHP and MySQL Insert ID

2001-08-01 Thread Daniel Rezny
ou can be 100% sure, 'cause mysql_insert_id() returning last inserted id in current connection to database. User A has another connection ID as user B. I hope it helps -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.p

Re: [PHP] How to destroy a $variable

2001-08-04 Thread Daniel Rezny
file. GS> Bounce some ideas of me. Thanks you can destroy variable with unset function. Manual is on php.net page. Or simple do not send this variable to next page I hope it helps -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (h

Re: [PHP] chmod

2001-08-04 Thread Daniel Rezny
gt; how can i do this Use exec() or system(). With both you can run external program. e.g. system("chmod 0700 test"); I hope it helps -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] mysql_numrows

2001-08-06 Thread Daniel Rezny
is character it don't give you a error. I hope it helps -- Best regards, Danielmailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

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