[PHP] problems with a netscape post

2001-08-19 Thread P
Hi, I am trying to post some form data to a php page that then updates a mysql database and echos back to the browser that the data has been inputted. Here is the general form of my post;- .. form widgets here . this works perfectly with IE and opera, but with netscape 4.* it either ta

[PHP] setup connection to sybase

2003-03-12 Thread P Lok
Cannot setup connection to remote Sybase db. Using Apache 1.3.x + PHP 4.x on Windows 2000 server. Remote Sybase db on Windows 2000 server. PHP manual says Servername in sybase_connect() defines in 'interfaces' file. What are they? Where are they? rgds -- PHP General Mailing List (http://www.

[PHP] Permission Problem

2003-07-05 Thread Mr|P
I moved from myphpnuke to phpnuke. When trying to register a new user account on the website it get the error: You are trying to access a restricted area. We are Sorry, but this section of our site is for Registered Users Only. Thanks for your help. -- PHP General Mailing List (http://www.php

[PHP] Help to redirect with variables

2003-08-19 Thread J. P.
I Guys: I have php 4.3.1 so the global scope is off. Reading php manual: "...or $_GET['id'] from the URL http://www.example.com/test.php?id=3 instead of $id..." But I made a script writing: $nome And the variables goes to url: http://localhost:8080/LivroPHP/c08p160.php?identif=15&telefon=23456987

[PHP] How to count & check # of user connected

2003-03-24 Thread P Lok
Does anyone know how to count & check # of user logged on (and not logged off) using PHP? Should I use session? best regards ./pl

Re: [PHP] How to count & check # of user connected

2003-03-24 Thread P Lok
gt; authentication you use. Sessions are great for this, but you need to use > your own session save handler, save sessions to sql db, and then use > select count(*) > > P Lok wrote: > > >Does anyone know how to count & check # of user logged on (and not logged off) using PH

[PHP] Why this script doesn't work?

2003-03-27 Thread J. P.
I'm using Apache 2.0.44 with Win XP and PHP version 4.3.1! begin 666 c07p115.php M/"%$3T-465!%([EMAIL PROTECTED]"3$E#("(M+R]7,T,O+T141"!(5$U,(#0N,"!4 M3X-"@T*/#]P:' -"F9U;F-T:6]N(&UOPT*9VQO8F%L("1N;VUE.PT*9VQO8F%L("1E M;6%I;#L-"F=

[PHP] sript doesn't work

2003-03-27 Thread J. P.
Hello! I am using Apache 2.0.44 and WinXP. I have PHP 4.3.1. When i run the script the first page appears. But when i submit nothing appends. What's wrong? Nome: Email: Qual a sua linguagem de programação preferida? PHP C++ C PERL Qual o seu browser web preferido? Netscape Navigator Intern

[PHP] why this sript doesn't work

2003-03-27 Thread J. P.
Hello! I am using Apache 2.0.44 and WinXP. I have PHP 4.3.1. When i run the script the first page appears. But when i submit nothing appends. What's wrong? Nome: Email: Qual a sua linguagem de programação preferida? PHP C++ C PERL Qual o seu browser web preferido? Netscape Navigator Intern

[PHP] daylight savings time ?

2003-04-01 Thread Heather P
Hello. I use a forum which has the time as the coding (D M d, Y g:i a) how do I add an hour for daylight savings time ? I live in the uk and the time on the forum is wrong. how do I change it ? Thanks _ Overloaded with spam? With M

[PHP] Help needed

2003-06-29 Thread Nirmala P
Hi All, I am new to PHP world. Could any body tell me how to call any function(written in PHP) from Java script. Actually my PHP function return a string value which i need to access in my java script code. Thanks in Advance.. Nirmala ___ Cli

[PHP] Help needed

2003-06-29 Thread Nirmala P
Hi All, I am new to PHP world. Could any body tell me how to call any function(written in PHP) from Java script. Actually my PHP function return a string value which i need to access in my java script code. Thanks in Advance.. Nirmala ___ Cli

[PHP] Help needed

2003-06-30 Thread Nirmala P
Hi list, This time i am pasting my code could any body tell where wrong I am ? if(!$db) echo("Connect to localhost mysql database failed"); if(!mysql_select_db("eshop",$db)) echo ("Selection of eshop failed on MySQL database"); $Sql = "SELECT " . $field ." FROM language where LangCod

Re: [PHP] Re: Help needed

2003-06-30 Thread Nirmala P
rial" and "E" is not getting parsed to PHP function. PHP function input for $field and $lang will be FieldName and LangName only. looking for help regards Nirmala P. On Mon, 30 Jun 2003 Pete Morganic wrote : Nirmala P wrote: Hi list, This time i am pasting my code could any bo

[PHP] php extension problem

2002-07-29 Thread p . williams
We've successfully installed and run PHP 4.0.6. However when we add an extension for win9x printing we get the message "PHP Warning: Unable to load dynamic library 'c:\php\extensions/php_printer.dll' a device attached to the system is not functioning". The php.ini file has extension_dir=c:\php\ex

[PHP] [PLEASE HELP] Passing variable to new page.

2002-06-06 Thread Igor P.
Hello, I am having hard time passing the variable to the next page. May be you can help me. Let me explain: I am using mySQL database to store information about images (ID, name, author, description, etc). I am pulling some of the information to create this (look at the example here: http://www.g

[PHP] Calendars

2002-06-10 Thread Kevin P
the site. Is there something outthere already packaged like this? Kevin P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Strange Session Errors

2002-06-18 Thread Snehal P
Ricky u need to change the session.save_path in the setings file to the actual physical path where u would want to store cookie values. "Ricky Dhatt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > After upgrading to PHP 4.2.1 on my Linux 2.2.14 box, I've started to receive > th

[PHP] Problem with SELECT statement and reference material wanted..

2003-10-23 Thread P M
Hi all! I'm having trouble retrieving a selection of my database contents. The problem is when I search for entries that exactly match a search criteria, see below: (database connection established successfully here..) $result = mysql_query("select * from complete where authorf = '$authorf'")

[PHP] doc_root question.

2003-10-26 Thread P M
Hello all! I need to host several websites from the same server (physical computer), and thus require PHP to be configured for more than one directory with PHP files. Does anyone know how to specify several target directories for the doc_root directive in the configuration file? Video Populare

[PHP] LOAD_FILE and PHP

2004-01-16 Thread Jough P
Greetings all, I can't get LOAD_FILE to work in an INSERT statement from PHP. The generated sql works when you're in mysql but won't work from PHP. BSDB is my database object. sql_query basically just does a mysql_query and some error outputting stuff. There error is: Column 'photo' cannot be

Re: [PHP] LOAD_FILE and PHP

2004-01-16 Thread Jough P
lt_smiley.png")); does what I want it to do. On Jan 16, 2004, at 9:38 AM, John W. Holmes wrote: Jough P wrote: Greetings all, I can't get LOAD_FILE to work in an INSERT statement from PHP. The generated sql works when you're in mysql but won't work from PHP. BSDB is my dat

Re: [PHP] LOAD_FILE and PHP

2004-01-16 Thread Jough P
Greetings all, I'm still having problems with LOAD_FILE. If anyone is using it and could post some examples that would be fabulous. Thanks tons!!! On Jan 16, 2004, at 9:12 AM, Jough P wrote: Greetings all, I can't get LOAD_FILE to work in an INSERT statement from PHP. The gen

Re: [PHP] LOAD_FILE and PHP

2004-01-16 Thread Jough P
: On Saturday 17 January 2004 03:44, Jough P wrote: On Jan 16, 2004, at 9:12 AM, Jough P wrote: Greetings all, I can't get LOAD_FILE to work in an INSERT statement from PHP. The generated sql works when you're in mysql but won't work from PHP. Are you using the same user in both

Re: [PHP] SOLVED - LOAD_FILE and PHP

2004-01-16 Thread Jough P
Thank you everyone for you fabulous help!!! btw, the FILE privilege is a global privilege, and as such needs to be in the *.* context. It does not work on a db-level. On Jan 16, 2004, at 4:08 PM, Jough P wrote: OMG I'm sure that's why I'm having problems. Do you know the synta

Re: [PHP] using ssh via popen

2001-01-14 Thread Jeff P
probably because ssh requires an interactive login; i.e. it expects STDIN as well. try adding a command after the login parameter such as "ls" and see what you get. -jeff > Can anyone shed any light on why the following code doesn't work? I'm > trying to interact with ssh through PHP's popen

[PHP] mcal installation

2001-01-19 Thread johnny p.
individual user directories or even if the thing works. I don't even get any errors or output. I make the mcal function calls and... nothing. If anyone has any experience with getting this installed and configured, I would be much appreciated. thanks, johnny p. ---

RE: [PHP] mcal installation

2001-01-19 Thread johnny p.
yes. I installed both the libraries. I followed all the directions on the mcal web site for installing it. johnny p. > -Original Message- > From: Sam Masiello [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 3:17 PM > To: johnny p.; [EMAIL PROTECTED] > Su

RE: [PHP] mcal installation

2001-01-19 Thread johnny p.
hanks, johnny p. > -Original Message- > From: Sam Masiello [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 4:23 PM > To: johnny p.; [EMAIL PROTECTED] > Subject: RE: [PHP] mcal installation > > > > Did you restart your web server after recompiling PHP

RE: [PHP] Build with Apache on Linux

2001-01-21 Thread johnny p.
Try following the instructions on the devshed page: http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/ This is an awesome tutorial to get things up and running for a standard web serveer install with Apache, PHP, MySQL, and SSL, if you need it. johnny p. > -Original Mess

[PHP] file storage/downloader...

2001-01-21 Thread johnny p.
f the site. Thanks in advance for any ideas, johnny p. -- 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] Mysql question(s)

2001-01-23 Thread Mike P
lly if you can't implement a foriegn key.Mike P [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]

[PHP] FaceMysql again

2001-01-23 Thread Mike P
It seems to only allow me to add data if I have more than 1 field.Is this a bug?Phpmyadmin doesnt have this problem. Mike P [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

RE: [PHP] file storage/downloader...

2001-01-24 Thread johnny p.
> -Original Message- > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 11:01 AM > To: johnny p. > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] file storage/downloader... > > > On Sun, 21 Jan 2001, johnny p. wrote: > &

[PHP] login authentication / session handling...

2001-01-24 Thread johnny p.
. Any assistance, although most likely redundant, would be appreciated. There's so much to sift through and perhaps if someone just points to a good doc on authentication processes, that would help. Thanks for all the help, johnny p. -- PHP General Mailing List (http://www.php.net/)

[PHP] Modulus

2001-01-26 Thread Mike P
I know i'm a liitle slow but why does 2%4 = 2 and not 0 or 1 thanks Mike [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

[PHP] Explain recordset

2001-04-14 Thread Mike P
thout going to the server.Is this possable.fetchrow seems to go to the server each time or am i wrong? Thanks Mike P [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

[PHP] Sessions

2002-01-03 Thread Kevin P
Hi I am working on a Admin view of an Intranet site. They need to enter orders. An order can include many inventory items so I have divided it up to two pages. I have set up a first page session that passes the first page info onto the second page where the inventory items are addes to the order.

[PHP] I am very new Question

2002-01-07 Thread Kevin P
Hello I am extremely new to PHP and I want to have a clickable item that will bring up a particular item from the database (i.e a menu) What is the proceedure here? Can anyone help me? Thanks Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP] Newbie

2002-01-09 Thread Kevin P
Hi I am trying to keep information that is input via a form. This form may be used 1, 2, 3, 4 or more times for each entry. Meaning that the form will be filled out and added then another of the same form filled our and so on until the person clicks the the complete button. Can I hold this info

[PHP] Newbie looking for mentor

2002-01-11 Thread P. Westover
know where to begin. I'm looking for someone with a little patience, who can get me on the right path and guide me through. I don't know what I can give you in return...we can talk about it if you're interested. P. Westover -- PHP General Mailing List (http://www.php.net/) To un

[PHP] Re: Newbie looking for mentor

2002-01-11 Thread P. Westover
Hi All, Thank you very much for all the responses to my SOS. Yoda has made contact. P. Westover "P. Westover" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > It all started when I wanted to create a photography

[PHP] Newbie Still Looking for a Mentor

2002-01-24 Thread P. Westover
of doing things. I would like to avoid the "too many cooks" syndrome. I have been studying the 6 books I bought, but I feel I'm missing something. Please...only respond if you can follow through. I'll give the details to the responders and then you decide if you want

Re: [PHP] Newbie Still Looking for a Mentor

2002-01-25 Thread P. Westover
Pardon Me Sir...I do not blurt. I simple asked a question. It was up to you to be nice or be a total a** and you choose the latter. P. Westover "Nick Wilson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNE

[PHP] Re: DOMXML in 4.2.0 problems

2002-05-10 Thread Mike P
I am having similar difficulties with DOMXML in php4.2.0. phpinfo() indicates all is well with the setup... If you get some response, please share! Thanks! Mike "Thalis A. Kalfigopoulos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to get DOMXML

[PHP] Authentication with register_globals OFF

2002-05-11 Thread Mike P
OK, this is an "authentication with PHP newbie" question... Env: WinNT 4.0, SP6a PHP 4.2.0 Apache 2.0.36 MySQL 4.0.1 Development/sandbox Trying to get accustomed to PHP 4.2.0 and PHP's preference for register_globals off, I have register_globals off. However, when I try to use $PHP_AUTH_USER an

[PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor P.
Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed correctly. Well, the page with the data shows up, and it actually shows correct number of records. However, when I click o

[PHP] time limit ?

2002-03-04 Thread Ác¬P
How can I set a time limit for a form made by PHP (i.e.the value will auto transfer after a certain time) -- Ác¬P¤u§@«Ç http://fansing.hk.st/ ACG¤¬°Ê°Ï°ì(¤j®a¦h¨Ç¨Ó¶K¹Ï§a!) http://acgzone.hk.st/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Retrieving Windows 98/NT/XP Login with PHP - Possible?

2002-03-18 Thread Shaun :p
I have created a simple intranet server within my home for my family. I am running Apache 1.3.23 and PHP 4. Everything works fine, except that I would like to be able to tailor the main webpage to whichever person visits it - but by using their windows login ID instead of having to get them to ent

[PHP] Need help with reading values from a form

2001-11-16 Thread P. Roescher
The script I have: value="ON"> The Problem I have: How can i read all checkboxes?!?

[PHP] HELP ME!!!!

2001-11-16 Thread P. Roescher
The script I have: value="ON"> The Problem I have: How can i read all checkboxes?!? Please respond with a source

[PHP] Help me!

2001-11-27 Thread Charindra P
Could Anybody help me ? I have the problem with installation of my PHP and Apache Web Server running on OS AIX Version 4.3! and use RDBMS Oracle8i Enterprise Edition Release 8.1.7.0.0. When I installed them, founded any error. I use the downloaded sources are apache_1.3.22-000964804C00-ibm-aix4

[PHP] Installations of PHP and Apache Web Server for AIX Version 4.3

2001-11-28 Thread Charindra P
Could Anybody help me ? I am facing the problem with installation of my PHP and Apache Web Server running on AIX Version 4.3! and Oracle8i Enterprise Edition Release 8.1.7.0.0. as Database Engine. When I installed them, founded any error. I use the downloaded sources are apache_1.3.22-000964804

Re: [PHP] Installations of PHP and Apache Web Server for AIX Version 4.3

2001-11-28 Thread Charindra P
file: -l core4 ld:open(): No such file or directory ld: 0706-006 Cannot find or open library file: -l nlsrtl3 What is the solution ? Thanks Charindra - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "Charindra P" <[EMAIL PROTECTE

[PHP] Row colors

2001-04-08 Thread Mike P
I can change the column sof a table with the following code but how do I change the row colors instead.With the columns I have "i" to manipulate but not with rows. while ($row = mysql_fetch_row($result)) {{ echo "\n"; for ($i =1;$i$row[$i]"; Thanks

[PHP] Fetch_row

2001-04-12 Thread Mike P
Can I use Mysql fetch_row to specify which row i want to get? Like---$row[5]=mysql_fetch_row($result) ? Mike P [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

[PHP] Curser

2001-04-12 Thread Mike P
While Im on the subject Is there anything that resembles a recorset curser I can use with mysql? Mike P [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

[PHP] Page detect

2001-08-21 Thread Kevin P
Hi all I am just five days new to PHP. When sending an HTML form to a PHP page for handling, can you cause the PHP to detect the page name (like form.htm or form2.htm)? thanks Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP] Re: PHP indexOf()?

2001-08-21 Thread Kevin P
For someone used to Java & JavaScript.. what function would replace myString.indexOf(myStringPiece) ??

[PHP] Re: Count()

2001-08-29 Thread Kevin P
I have counted some rows in MySQL and I need to know how to pull out the number of rows. "SELECT COUNT(*) AS myCount FROM Products" -- 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

[PHP] Count

2001-08-29 Thread Kevin P
Hi I have counted some rows in MySQL and I need to know how to pull out the number of rows. "SELECT COUNT(*) AS myCount FROM Products" Thanks Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Math Inside Strings

2001-08-29 Thread Kevin P
echo ""; can anyone tell me how to get this to stop printing: -- 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] Fw: Variable is not showing up in the print string

2001-08-30 Thread Girish P
  - Original Message - From: Girish P To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 6:10 PM Subject: Variable is not showing up in the print string Hi,     I am passing a value from one php page(FirstB.php ) to another php page (Sql.php) with in a link.   .. When try to

[PHP] Vairable is not showing up in the print string

2001-08-30 Thread Girish P
Hi,     I am passing a value from one php page(FirstB.php ) to another php page (Sql.php) with in a link.   .. When try to print the value $ws .. its empty.. Am i missing something ??  I am using apache 1.3.12 on Winnt..   Both the files are attached.   TIA Girish -- PHP General Mailing L

[PHP] Does PHP supports ..BMP images...

2001-09-03 Thread Girish P
HI , PHP is not able to load bmp images... is there any setting to be done in ini file??? TIA Girish

[PHP] Accessing Variable !!!

2001-09-10 Thread Girish P
Hi, I am trying to use value of the text box for the querying ..The query is defined with in the a javaScript . I am not able to get the Value.. inside the function.. However "document.form.text.value" is getting the value. How do we assign the value of javscript to PHP??? Is there a better

[PHP] Re: [PEAR] PHP5 and XML-RPC

2004-08-06 Thread Jough P
o error, you should get some decoded value out print XML_RPC_decode($result->value()); } // always use {} with control structures, if you don't it will bite you in the ass eventually... // and remember to turn on debugging to see what's going on... hope this helps, Justin -O

Re: [PHP] RE: [PEAR] PHP5 and XML-RPC -=|=- DON'T USE "system." at start of RPC methodName!

2004-08-06 Thread Jough P
nt->setDebug(1); // helps! $msg = new XML_RPC_Message('system.Load', array(new XML_RPC_Value("test string"))); $result = $client->send($msg); if($result->faultCode()) { // we have an error echo "Error Code: " . $result->faultCode() . ""; e

[PHP] file creation date

2004-09-21 Thread Joerg P
hello, is it possible, to get the creation date of a file? So even if it's modified, to get the date it was created the first time? thanks Joerg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] choose upload folder

2004-09-21 Thread Joerg P
hello, I am building a script only for local use and would like the user to choose a specific folder on his computer, to catalogize all files in this folder. How do I let the user choose this folder? Joerg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

Re: [PHP] choose upload folder

2004-09-21 Thread Joerg P
I have to be more specific: I dont want the file, I want the folder. Joerg Greg Donald wrote: On Tue, 21 Sep 2004 23:05:17 +0200, Joerg P <[EMAIL PROTECTED]> wrote: I am building a script only for local use and would like the user to choose a specific folder on his computer, to catalogi

[PHP] custom php.ini

2008-12-16 Thread John P
Hello all, In short, I'm trying to set my uploads_tmp_dir variable, as my hosting provider has it set ot the default NULL (I'm using dreamhost). I tried setting my own php.ini as instructed exactly on their wiki (http://wiki.dreamhost.com/PHP.ini) but doing so causes PHP to essentially die. p

[PHP] checking local file size

2008-12-16 Thread John P
I know this isn't a php question (though I'm using PHP for the server side... does that count?). I'm hoping though that some of you guys are just as experienced in ajax as you are PHP, because I can't find any good ajax forums. you can respond to me personally if needed, to keep it off the php

Re: [PHP] PDO question

2012-11-28 Thread Fatih P.
On Wed, Nov 28, 2012 at 9:22 PM, Jim Lucas wrote: > On 11/28/2012 12:58 PM, ad...@buskirkgraphics.com wrote: > >> >> Guys, >> I am not quiet sure what is happening but every time i try to connect to a >> remote host it refers back to localhost. >> >> $pdo = new PDO('mysql:host=171.16.23.44;**dbna

Re: [PHP] Sorry bout that...

2012-12-21 Thread Fatih P.
yah. we were just talking about that here too. On Fri, Dec 21, 2012 at 8:22 AM, Steven Staples wrote: > I would like to let everyone know that the world didn't end this morning > like it was supposed too. > > > > Sorry, carry on about your business. > > > > And HAPPY FRIDAY!!! > > > > Steven Sta

[PHP] Re: debugging remote PHP code in eclipse

2013-06-12 Thread Jason P.
I haven't tested yet but I've found yesterday some good tips that maybe could work. 1) Xdebug wizard. Simple paste there the output of phpinfo() and follow the steps. http://xdebug.org/wizard.php If you find problems with phpize, remember to run it inside the inner xdebug folder. 2) Go

[PHP] ZF developers in Spain

2013-06-12 Thread Jason P.
Hi people! I'm doing a personal research of Spanish freelancers and agencies that use ZF in his projects, version 2 preferably. My summer purpose is to learn the basics of the new framework and I would like to find people using it to simply interchange knowledge or job opportunities ;) T

[PHP] php 5.3.6

2011-06-20 Thread Fatih P.
Hi Guys, installed php 5.3.6 TS VC9 and apache 2.2.19 OpenSSL 1.0 compiled with VC9 on windows 2003 R2 but now having strange problem that post variables are not parsed. i have tried file_gets_contents("php://input"); this problems is there especially when i post strings starting with capital let

Re: [PHP] php 5.3.6

2011-06-20 Thread Fatih P.
P variable is there, i checked all the possible things that came to me. but still nothing the config file was used in 5.3.3 in production just applied changes for 5.3.6 variables_order = "GPCS" request_order = "GP" register_globals = Off ; tried with On nothing changed post_m

Re: [PHP] 【N級、 S級、AAA級 財布、バッグ!】【ブランド館】

2011-06-20 Thread Fatih P.
ban it :) 2011/6/21 > I see that it is actually from rjck...@gmail.com > I am not bilingual in Japanese but this is what I can make out it is an > Advertisement. > > > (A/the N class, S class, AAA class purse, bag! ) (A/the brand mansion) > Japanese highest level copy brand 激 cheap market ☆*. >

Re: [PHP] URL Rewriting

2011-06-22 Thread Fatih P.
try RewriteEngine on RewriteRule ^theme([0-9]+).php$ /index.php?theme=$1 [L] On Wed, Jun 22, 2011 at 11:22 PM, Silvio Siefke wrote: > Hello, > > is there a chance with php to use rewriting? > > Like Example: > > mysite.com/theme.php?id=1 to theme.php theme2.php etc. > > I have ask on the n

Re: [PHP] Get all the keys from a hierarchical hash

2011-06-24 Thread Fatih P.
use recursive calls to fetch them all in one array and there will be memory cost. refer array_keys function: http://php.net/manual/en/function.array-keys.php not sure but this should be working. function *get_keys_recursive*($arr) { while (list($k, $v) = each($arr)) { if (is_array($v)

Re: [PHP] Re: Php filter validate url

2011-06-26 Thread Fatih P.
Guys, when you reply a mail, You should write your reply on the top of it, not at the bottom of it. makes it easier to follow. On Sun, Jun 26, 2011 at 11:44 PM, Shawn McKenzie wrote: > On 06/26/2011 12:31 PM, Adam Tong wrote: > > Hi, > > > > I wanted tu use php filters for validation to avoid re

Re: [PHP] Re: Php filter validate url

2011-06-26 Thread Fatih P.
well, anyway ignore it then On Sun, Jun 26, 2011 at 11:57 PM, Stuart Dallas wrote: > > On Sunday, 26 June 2011 at 22:50, Fatih P. wrote: > > Guys, when you reply a mail, You should write your reply on the top of > it, > > not at the bottom of it. > > makes it easier

Re: [PHP] Re: Php filter validate url

2011-06-26 Thread Fatih P.
p programmer thing", > an gmane artifact or something the mailing list does. > > > > "Fatih P." writes: > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > headers are set and sent by gmail itself Content-Type: multipart/alternative; boundary=00151747b53cf2927204a6a46ebb

[PHP] caching problem

2011-06-27 Thread Fatih P.
Hi guys, the code files are being cached. and modifications in methods are skipped and not executed. is there any parameter that i can pass it from ini file? this has been so annoying for me. restarting apache, windows, etc does not even help. im running apache 2.2.19, php ts 5.3.6 on windows 2003

Re: [PHP] caching problem

2011-06-27 Thread Fatih P.
On Tue, Jun 28, 2011 at 7:40 AM, Nilesh Govindarajan wrote: > On 06/28/2011 10:56 AM, Fatih P. wrote: > > Hi guys, > > > > the code files are being cached. and modifications in methods are skipped > > and not executed. is there any parameter that i can pass it from in

Re: [PHP] caching problem

2011-06-28 Thread Fatih P.
On Tue, Jun 28, 2011 at 5:12 PM, wrote: > Faith, > > I actually did read from the beginning of the message. > > That does not make sense. > PHP files are cached intentionally, the system does not Cache PHP on its > own. > Sounds to me like you have an issue re-declaring an object or calling the >

Re: [PHP] caching problem

2011-06-28 Thread Fatih P.
On Tue, Jun 28, 2011 at 5:30 PM, Stuart Dallas wrote: > On Tue, Jun 28, 2011 at 4:23 PM, Fatih P. wrote: > >> On Tue, Jun 28, 2011 at 5:12 PM, wrote: >> >> > Faith, >> > >> > I actually did read from the beginning of the message. >> > &g

Re: [PHP] caching problem

2011-06-28 Thread Fatih P.
On Tue, Jun 28, 2011 at 6:39 PM, wrote: > Fatih, >I am sorry spell check auto corrected your name, I was not changing > your name on purpose. > It was not my intension to piss you off. > > I understand your frustration, trust me. > I am running 5.3.6 on Windows Server 2008 R2 IIS, I am ru

Re: [PHP] newline and return issues in string

2011-10-11 Thread Fatih P.
On 10/11/2011 04:44 PM, Richard Quadling wrote: On 11 October 2011 12:58, wrote: I have come across an issue with my string that I would like to find a faster way to resolve. It seems there are new lines and returns at different positions of the string. First I exploded on the new line expl

Re: [PHP] Auto CRUD Generator

2011-11-26 Thread Fatih P.
On 11/26/2011 10:20 PM, Muhammad Hassan Samee wrote: is there any class/script that can automatically create a CRUD [Create,Read,Update,Delete] grid table for any database table .? Hi Hassan, check my blog there are some functions I have been working on. it might give you some ideas. http:/

Re: [PHP] Syntax problem PDO and bindvalue

2011-12-12 Thread Fatih P.
ne see what is wrong? How can I see the prepared SQL statement before it is executed? Thanks Stephen $x = $x['number']; $stmt->bindValue( ':q', $x['number'], PDO::PARAM_INT ); i didnt dig deep down the problem [might be some C thing, pointer access or ...] but this solves it. Fatih P. http://blog.teknober.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Syntax problem PDO and bindvalue

2011-12-12 Thread Fatih P.
On Mon, Dec 12, 2011 at 4:22 PM, FeIn wrote: > I don't think you're suppose to end your queries with a semicolon. Try: > you can end your queries with semicolon in prepared statements. How can I see the prepared SQL statement before it is executed? try-> var_dump ($statement);

Re: [PHP] OOP problems

2011-12-15 Thread Fatih P.
On 12/15/2011 01:05 PM, Alex Pojarsky wrote: I'm not sure I've understood you correctly, but you may try something like the following primitive autoloader (I didn't debug it, it's just an example): class Base { protected $_path = ''; public function construct($base_path) {

Re: [PHP] Converting a Unicode code to related charachter

2011-12-18 Thread Fatih P.
there is iconv to do this. you should better check that. On Sun, Dec 18, 2011 at 11:33 AM, Ali Asghar Toraby Parizy < aliasghar.tor...@gmail.com> wrote: > Hi. > As I was writing a php code last week, I struggled with a function that was > supposed to convert Unicode code to a character. At last

Re: [PHP] Need Part-time Coder

2011-12-27 Thread Fatih P.
On Wed, Dec 28, 2011 at 12:54 AM, Ashley Sheridan wrote: > On Tue, 2011-12-27 at 17:29 -0500, John R. Cornell II wrote: > > > Email PHP sample for consideration > > > echo "hello world"; > ?> > > Reply to list with a few more details for a more detailed reply ;) > >

Re: [PHP] Question about date calculations

2011-12-29 Thread Fatih P.
On Thu, Dec 29, 2011 at 11:40 PM, Frank Arensmeier wrote: > 29 dec 2011 kl. 22.22 skrev Eric Lommatsch: > > > So far in looking at the functions that are available at > > http://www.php.net/manual/en/ref.datetime.php I have not been able to > figure > > out how to do what I need to do. Below is a

Re: [PHP] Question about date calculations

2011-12-29 Thread Fatih P.
On 12/30/2011 12:19 AM, ad...@buskirkgraphics.com wrote: -Original Message- From: Fatih P. [mailto:fatihpirist...@gmail.com] Sent: Thursday, December 29, 2011 5:10 PM To: Frank Arensmeier Cc: Eric Lommatsch; php-general@lists.php.net Subject: Re: [PHP] Question about date calculations

Re: [PHP] php sendmail_from

2012-01-09 Thread Fatih P
On Mon, 2012-01-09 at 13:53 -0500, alexus wrote: > I need to change sendmail from field, I added following to my .htaccess: > > php_value sendmail_from 'x...@xxx.xxx' > > and tried to send out an email, but it still comes from apache@FQDN > > through phpinfo(); I see as local value my email addr

  1   2   3   4   5   6   7   >