Why not set a constants for a base path and then you do not have to do that?
define('BASE_PATH','C:\\inetpub\\vhosts\\yourwebsite.com\\httpdocs\\');
<--windows format for path
define('DIR_INCLUDES', './includes');
require_once(BASE_PATH.DIR_INCLUDES.'ini.inc.php');
Richard L. Buskirk
-Or
interesting ...
2011/6/21 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)
>> Jap
The following works (three parents):
include("../../../includes/ini.inc.php");
require_once("../../../includes/ini.inc.php");
The following works (four parents):
include("../../../../includes/ini.inc.php");
The following does not work (four parents):
require_once("../../../../includes/ini.inc.ph
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 ☆*.
>
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 ☆*.
http://www.special-price.biz/ ☆*.
Ma
On 2011年06月21日 11:21, ◆送料無料◆ブランド激安市場 wrote:
> 【N級、 S級、AAA級 財布、バッグ!】【ブランド館】
>
> 日本最大級コピーブランド激安市場 ☆*.http://www.special-price.biz/ ☆*.
> ■主要取扱商品: バッグ、財布、腕時計、ベルト、ライタ!
> ≡≡≡
> 海外ブランド品安心ショッピング バッグや財布等がお買得!
>
> 【新作入荷】●●●【超人気質屋】◆最新作 ヴィトン 財布新品、新素材入荷
>
> ① ★GUCCI 2011年新作バッグ大
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_max_size = 8M
On
On Mon, Jun 20, 2011 at 15:09, Fatih P. wrote:
> 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 th
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
I've installed through XAMPP. The latest version of XAMPP still has PHP 5.3.1
A 2011/06/20, às 18:50, Sean Greenslade escreveu:
> How did you install it? Why can't you just uninstall it and reinstall with
> the new version?
>
> On Jun 20, 2011 12:52 PM, "Bruno Coelho" wrote:
> >
> > I reali
How did you install it? Why can't you just uninstall it and reinstall with
the new version?
On Jun 20, 2011 12:52 PM, "Bruno Coelho" wrote:
>
> I realize this is a basic matter, but I've installed PHP 5.3.1 with XAMPP
for Mac OS.
> How can I update my PHP version now?
>
>
> Thanks.
> --
> PHP Gene
I realize this is a basic matter, but I've installed PHP 5.3.1 with XAMPP for
Mac OS.
How can I update my PHP version now?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 06/20/2011 10:53 AM, Marten Lehmann wrote:
> Hello,
>
>> What does that mean? It generates an error? It executes without error
>> but the data isn't loaded? Try a test on the command line and see what
>> you get.
>
> when calling mysql_error() the message "The used
> command is not allowed
This is a PHP list
Exactly. And it is the switch from --with-mysql=/usr to
--with-mysql=mysqlnd (the PHP native MySQL driver) during the build that
caused the problem. And there is no alternative to building current PHP
versions with mysql support than with mysqlnd, because the mysql 5.5.x
l
Hello,
What does that mean? It generates an error? It executes without error
but the data isn't loaded? Try a test on the command line and see what
you get.
when calling mysql_error() the message "The used
command is not allowed with this MySQL version" is returned.
I thought maybe knows b
On Mon, Jun 20, 2011 at 5:16 AM, Ford, Mike wrote:
> > -Original Message-
> > From: Nathan Nobbe [mailto:quickshif...@gmail.com]
> > Sent: 16 June 2011 17:51
>
> [...]
>
> > Here's what's going on, I instantiate a model object for the product
> > table
> > from my application
> >
> > $new
On 06/20/2011 07:51 AM, Marten Lehmann wrote:
> isn't working any longer
What does that mean? It generates an error? It executes without error
but the data isn't loaded? Try a test on the command line and see what
you get.
--
Thanks!
-Shawn
http://www.spidean.com
--
PHP General Mailing List
Hello,
we recently updated our mysql client libs to mysql-5.5.13 and since it
was impossible to rebuild PHP 5.2.x and PHP 5.3.x with this new mysql
release, we rebuilt PHP with --with-mysql=mysqlnd and
---with-mysqli=mysqlnd.
General mysql commands work fine, but one of our clients reported,
> -Original Message-
> From: Nathan Nobbe [mailto:quickshif...@gmail.com]
> Sent: 16 June 2011 17:51
[...]
> Here's what's going on, I instantiate a model object for the product
> table
> from my application
>
> $newRecord = new Product();
>
> at this point memory usage goes up noticea
19 matches
Mail list logo