Dear all,
As the title state, is there any method to popup a window (like
"window.open" in Javascript), using PHP code?
Thanks for your help.
Regards,
Hakkan Lui
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello All,
I tried a program using array_unique.It shows different outputs in PHP4.06
and PHP4.22
Program:
Output:
PHP4.06
Index 0 Content snp
PHP4.22
Index 2 Content snp
Why the index is differed in two version?
Whether the function array_unique is handled in
Post that on [EMAIL PROTECTED]
Andrey
- Original Message -
From: "SenthilVelavan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 10:54 AM
Subject: [PHP] Reg- array_unique
Hello All,
I tried a program using array_unique.It shows different outputs
Hakkan Lui wrote:
>Dear all,
>
>As the title state, is there any method to popup a window (like
>"window.open" in Javascript), using PHP code?
>
>Thanks for your help.
>
>
>Regards,
>Hakkan Lui
>
>
>
>
>
Yep there is:
window.open();"
?>
But I suppose it is not what you had in mind. ;-)
You
On Friday 02 August 2002 14:58, L.Jacquiline wrote:
> I have attached.
If you seriously want people to look at it please resend it again as inline
text and not as an attachment.
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design &
I would recommend Infinology Smart Consumers:
http://smartconsumers.infinology.com/
You should look at them. I use them and I am very pleased with their
service. Their servers have very fast response times and the give you
plentiful features.
--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com
"Ma
> On Friday 02 August 2002 14:58, L.Jacquiline wrote:
> > I have attached.
Looks like someone trying to steal stuff off of CNN.
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I write a few days ago to the list with a problem trying to find my ODBC DSN under
linux debian. Well, i solve the problem, now i can find my dsn from PHP code, but its
seems like it crash when i do a odbc_connect(...)
I know that unixodbc works becouse i test it with isql.
I have no warnings
I use the following php code to build a dynamic table retrieving values from
a MySQL databases that have been inserted with slashes added -
echo "";
The problem is, if the value to be displayed is for example O'Neill, then
the output will look something like -
Quite correctly, when this
Hi,
I am told that I should edit my .htaccess file because I want to include
a file during the execution of a script, but apparently I do something
wrong because I keep getting error messages like these:
Warning: Failed opening 'header.html' for inclusion
(include_path='.:/var/www/html/bro
If you want a serius one , not the cheaper one try pair.com
I use they services for more than 5 years and are very happy, the main issue
is reliability.
If you are more interested on price try dreamhost.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
> I use the following php code to build a dynamic table retrieving values
from
> a MySQL databases that have been inserted with slashes added -
>
> echo " maxlength='20' readonly value='".StripSlashes(mysql_result($badgedetails,
> $i, 'descr'))."' tabindex='1'/>";
>
> The problem is, if the v
Hello Theo,
Friday, August 02, 2002, 1:11:32 PM, you wrote:
TR> I am told that I should edit my .htaccess file because I want to include
TR> a file during the execution of a script, but apparently I do something
TR> wrong because I keep getting error messages like these:
TR> Warning: Failed open
have you tried:
http://www.hostrix.com
?
//Elias
"Mantas Kriauciunas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey php-general,
>
> i want to buy hosting. but i can't find good one for me. maybe
> someone could point some links. but this is what i
John,
Thank you for your reply. My magic_quotes_runtime is set to 'Off'. As you
said, I shouldn't have to use StripSlashes but would I still need to use
AddSlashes when inserting/updating? I can see the slashes in the database
when I look at the tables but I am fairly sure that I do not add slash
If magic_quotes_gpc is ON, then the data is getting addslashes()
automatically on a form submission. If you are doing it again, that's where
the problem is.
---John Holmes...
- Original Message -
From: "Mark Colvin" <[EMAIL PROTECTED]>
To: "'1LT John W. Holmes'" <[EMAIL PROTECTED]>
Cc: "
I would suggest you rather do the following ( over and above the
htmlentities as already suggested )
In stead of doing
echo " ";
to rather
echo '';
The reason is; there is a difference between echo 'stuff' ; and echo
"stuff";
The first (single quotes) is treated as literal content, ie, PHP jus
John,
Thank you. This solves the problem.
Petre,
Thank you for your reply. I wasn't aware of the difference and will bear
this in mind.
This e-mail is intended for the recipient only and
may contain confidential information. If you are
not
http://ispcheck.com is the place. Listing of many webhostings. Go and see.
Regards,
Andrey
> > Hey php-general,
> >
> > i want to buy hosting. but i can't find good one for me. maybe
> > someone could point some links. but this is what i need!
> >
> > Storage up to 100MB
> > normal trans
Hello!
Could someone please tell me why i get the following Notice Message
Notice: Undefined variable: PHP_SELF in
g:\apache_web\intern\looney\index.php on line 101
Code affected:
function WriteNewArticle()
{
Line 100: $smarty = new Smarty;
Line 101: $smarty->assign("PHPSELF", $PHP_SELF);
//
In your function do this:
> function WriteNewArticle()
> {
GLOBAL $PHP_SELF;
...
}
//Elias
"JüRgen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello!
>
> Could someone please tell me why i get the following Notice Message
>
> Notice: Undefined variable:
> Could someone please tell me why i get the following Notice Message
>
> Notice: Undefined variable: PHP_SELF in
> g:\apache_web\intern\looney\index.php on line 101
>
> Code affected:
>
> function WriteNewArticle()
> {
> Line 100: $smarty = new Smarty;
> Line 101: $smarty->assign("PHPSELF",
You should check out The Hosting Company
http://www.thehostingcompany.us/
The PHP config comes with many flavors:
http://www.thehostingcompany.us/info.php
--Daniel
> -Original Message-
> From: Mantas Kriauciunas [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 02, 2002 2:31 AM
> To: [
It's me again, i don't mean to be a bugger, but i really like to learn as
much as possible, that's why i ask (or will ask so many questions).
Consider the following (i shortened this a lot, but it will do the trick)
$op = $_GET['op'];
switch ( $op )
{
case "admin":
DoLogin();
break;
defau
Given a date how would you work out number of months elapsed between
DateInPast and DateNow?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Good morning!
I need to subtract months by their abbreviated month name, so shouldn't this
work?
print(date("M", mktime(date("M")-$i));
and if I loop;
Aug
Jul
Jun
May
Thanks!
Jay
What if the hokie pokie really is what it is all about
***
*
Hi!
JüRgen wrote:
> It's me again, i don't mean to be a bugger, but i really like to learn as
> much as possible, that's why i ask (or will ask so many questions).
>
> Consider the following (i shortened this a lot, but it will do the trick)
>
> $op = $_GET['op'];
> switch ( $op )
> {
> case "
even on old versions of PHP,
he can then just use: $GLOBALS['PHP_SELF'] w/o worrying about the Global
keyword!
Elias
"John Holmes" <[EMAIL PROTECTED]> wrote in message
001001c23a1e$601f5050$b402a8c0@mango">news:001001c23a1e$601f5050$b402a8c0@mango...
> Could someone please tell me why i get the f
do this:
$op = isset($_GET['op']) && !empty($_GET['op']) ? $_GET['op'] : '';
"JüRgen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> It's me again, i don't mean to be a bugger, but i really like to learn as
> much as possible, that's why i ask (or will ask s
(YearsDifference*12)+FullMonthsDifference :)
Regards, Stas.
- Original Message -
From: "Brian McGarvie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 1:50 PM
Subject: [PHP] Date Stuff...
> Given a date how would you work out number of months elapsed bet
I have this:
//file1.php
now lib1.php:
If i run file1.php ->includes lib1.php -> fails to include helper.php ! !
how can i solve that?
p.s: currently, i'm chdir()ing to the ../libs path, then i return to current
dir...
my code cannot make use of Apache's help. (like setting the include path
> Given a date how would you work out number of months elapsed
> between DateInPast and DateNow?
( $monthTo - $monthFrom ) + (( $yearTo - $yearFrom ) * 12 )
I believe that's the correct equation for figuring out the number of months.
Chris
--
PHP General Mailing List (http://www.php.net
Jrgen wrote:
>
>$op = $_GET['op'];
>switch ( $op )
>
>PHP shoots a Notice Message telling me that there is an undefined index
>Undefined index: act in g:\apache_web\intern\looney\index.php on line 177
>
If there is not a get variable in the url you will get the warning.
>Ok, am i correct in assu
So...
Is this equivalent to Zend Encoder?
Elias
"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> On 08/01/2002 01:58 PM, Yc Nyon wrote:
> > Is there any method to encrypt PHP files.
>
> Use bcompiler which is free and is part of PEAR/PE
have you searched hotscripts.com ?
"Shane" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Anyone have a favorite Calendar script out there they would like to share?
- NorthBayShane
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
If any PHP hosts are out there I have a question:
How do you keep users from erasing / altering files out side of their
web folder with PHP? Doesn't PHP run in the system user context? Is is
possible to prevent a user from using PHP to alter anything but in their
Web folder?
Matt Babineau
MCWD
> From: YC Nyon [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 12:59 PM
> Subject: [PHP] Protect PHP coding
There is the PHP Obfuscator/Obscurer: http://pobs.mywalhalla.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Friday 02 August 2002 10:02 am, lallous wrote:
> I have this:
> //file1.php
> include('../libs/lib1.php');
> ?>
> now lib1.php:
> include ('helper.php');
> ?>
> If i run file1.php ->includes lib1.php -> fails to include helper.php ! !
> how can i solve that?
We need more information that thi
Tried to post this to the news group before, but I'm having trouble getting
to my news server from work - hopefully I'm not posting a duplicate.
I think I'm seeing the problem I'm seeing because I'm getting a copy of a
var instead of a reference to it, but I'm not sure the best we to get around
ta guys...
works fine :)
had a brain-freeze :)
"Brian McGarvie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Given a date how would you work out number of months elapsed between
> DateInPast and DateNow?
>
>
--
PHP General Mailing List (http://www.
Hey Mark,
Thanks. I understand. I'm actually a Cold Fusion programmer.
I've tried what you suggested but can't seem to get it work - code attached.
However, I can display the radio button if I use the $_POST function.
I'm not sure if it's the version of php I'm using. Stats - windows 2000 Sp1,
I mean this:
i have this tree:
./libs/*.php
./user/file1.php
now i'm in ./user/ directory
i run file1.php
it includes ../libs/lib1.php which in turn will include helper.php
(./users/helper.php) <-- will fail!
how can i programmatically set the include path?
Elias
"Reuben D. Budiardja" <[EMAI
yes, true!
try this patch:
> if (strcmp($name->firstName, "homer") == 0) {
> echo "changing homer to marge";
> $name->firstName = "marge";
$names[key($names)]->firstName = "marge";
good luck,
Elias
"Jesse Vitrone" <[EMAIL PROTECTED]> wrot
Safe_mode = ON
Open_basedir restrictions
Use PHP in CGI mode and each runs as it's own user with access to only
it's own file (may require separate Apache's, too...)
---John Holmes...
> -Original Message-
> From: Matt Babineau [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 02, 2002
Take a look at this directive :
http://www.php.net/manual/en/configuration.php#ini.open-basedir
Danny.
- Original Message -
From: "Matt Babineau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 2:04 PM
Subject: [PHP] PHP Hosting
> If any PHP hosts are out ther
I have wrote this function:
function issne($var)
{
return isset($var) && !empty($var) ? true : false;
}
which can be called as: if (issne(&$mightbeundefinedvariable)) echo "using
this variable";
is there is any builtin function that does that? (one function call).
//Elias
--
PHP Gene
[snip]
I need to subtract months by their abbreviated month name, so shouldn't this
work?
print(date("M", mktime(date("M")-$i));
and if I loop;
Aug
Jul
Jun
May
[/snip]
Apparently not. But you can subtract by total hours in a given period, so
for an average I chose 30 days * 24 hours (
Turn off the short tag option in the PHP ini file, and always use 'mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 1:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Problem with "" inside the PHP code, due
to "?"
Thank you all for the feedback! I was trying to say the problem lie with
Shew,
http://www.whirledweb.com/phptest/InsertPicks3.php
It looks like the issue here is Capitalization. PHP is very capitalization
sensative. (which I believe that Cold Fusion is less picky about) And your
code looks great, save a couple little issues that may have made it even
more confusing.
On Fri, Aug 02, 2002 at 04:48:17PM +0200, lallous wrote:
>
> function issne($var)
> {
>return isset($var) && !empty($var) ? true : false;
> }
>
> is there is any builtin function that does that? (one function call).
Yes. Just use empty(). It automatically checks if the variable is:
not
Hi!
Using an .htaccess file to limit access to some web files, is there a
way to get the name and password into a variable used by a user to log
on?
Kind regards,
Oliver
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The password that user used is available in some var
var_dump($HTTP_SERVER_VARS); or var_dump($GLOBALS);
Andrey
- Original Message -
From: "Oliver Witt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 5:21 PM
Subject: [PHP] .htaccess
> Hi!
> Using an .htacce
Hi! i have instaled PHP 4.2.2 in a slack 8.1 running apache 2.0.39.
i have a proble with a very basic script (pass variables to a php
script). Is seems not recieve variables, because print somthing like this:
Your first name is .
Your last name is .
Your E-mail address is .
This is what you had
Hi Kirk,
Thanks. Never knew you could do that. I'll try it out.
Shew
"Kirk Johnson" <[EMAIL PROTECTED]> wrote in message
01A4B59FD1EBD311838100A0C98BE0D9023C49D1@chef">news:01A4B59FD1EBD311838100A0C98BE0D9023C49D1@chef...
> If you made an array for your buttons, then you could use PHP's looping
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Lallous) wrote:
> how can i programmatically set the include path?
http://php.net/ini-set
--
CC
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
place a phpInfo() page behind the .htaccess and you will see what varibles
php has :)
I'm pretty sure there is ones contianing the username/password that was
entered
Andrew
- Original Message -
From: "Oliver Witt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 3
I get the error msg mentioned above when I use the ereg() function.
What is it, that I don't know?
Best regards
Klaus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This has been discussed in great detail before..
but the simplist solution is running PHP in safe mode, it does limit the
user to certain things, but it stops them bringing the server down or
altering others files
andrew
- Original Message -
From: "Matt Babineau" <[EMAIL PROTECTED]>
To: <
Check out the Zend Encoder at http://www.zend.com to generate encoded php
files. It is, however, a bit pricey.
At 12:47 AM 8/2/2002 -0400, php @ banana wrote:
>Just out of curiosity when and why?
>
> >Is there any method to encrypt PHP files.
> >
> >Nyon
> >
> >
> >--
> >PHP General Mailing Lis
But if this is true what you say, that empty() checks for
not set
null
an empty string
zero
Why would i ever want to use isset() then?
If i understood you correctly, would the following
op = isset($_GET['op']) && !empty($_GET['op']) ? $_GET['op'] : '';
be the same as
op = !empty($_GE
Is there a way to read a FORM varaiable into PHP variable. The kicker here
is the form variable is in a framed window.
Example, I have my main page in a 2 part frame (90%/10%). The bottom 10%
has a form on it called 'fileform' with one text box called filevalue
-- source snippit --
-- end
What do you mean, "return it to a php variable"?
The closest I can come to understanding your question is that you want
the form input in your bottom frame to be sent to another frame in your
top window for submission.
If that's any place close to correct, you need a javascript solution. In
any
On Friday 02 August 2002 10:41 am, lallous wrote:
> I mean this:
>
> i have this tree:
>
> ./libs/*.php
> ./user/file1.php
>
> now i'm in ./user/ directory
> i run file1.php
> it includes ../libs/lib1.php which in turn will include helper.php
> (./users/helper.php) <-- will fail!
>
> how can i pro
No lock in the archives, so here it goes...
Greetings all, I am using fOpen to try and create a new file in a local directory on a
remote server. Each time I run my script is says "PERMISSION DENIED" but the sys admin
swears the entire directory is set to 777.
Does anyone know if a setting has
Folks:
On Fri, Aug 02, 2002 at 07:01:38PM +0200, Jürgen wrote:
>
> Why would i ever want to use isset() then?
Because sometimes you just want to check if something is set due to null,
'' and 0 being important.
$var = '';
empty($var); // evaluates to true
isset($var); // evaluates t
Muchas gracias fernando por tu explicacion !! Con Mas detalle Imposible !!
todavia no se como es que me llego tu respuesta a mi correo y no aparece
aca en el news group (soy nuevo usando news) pero igual muchas gracias..
Sebastian.
--
PHP General Mailing List (http://www.php.net/)
To unsubs
thank you matt for explain what´s wrong.. short but helpfull !!!
Sebastian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
There used to be a utility that let you search php functions from the
address bar in your browser by simply appening PHP to the function name eg,
php mail I thikn it might of been an IE only thing...
I can't remember were I originally got it form and can not find it again,
does anyone know?
-Bri
I just moved my domain over to phpwebhosting.com. The transfer went very
smoothly and so far I've been satisfied. The only hitch I can see in
your requirements might be the background processes (bots, what?). But
it's probably worth asking them about.
..michael..
On Thu, 2002-08-01 at 23:31, Ma
Does the bcompiler below improve performance?
make scripts run faster?
anybody have a testimonials on it's use??
Thanks,
Randy
- Original Message -
From: "Manuel Lemos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 9:14 PM
Subject: [PHP] Re: Protect P
Hi to all,
1. does any body know how to limit number of attempts to connect to the
remote pc. not by time but for attempts.
(sorry, offtopic ) 2. can anybody explain why sometimes connection attempt
to a closed ports hangs-up remote link, and sometimes not? the remote pc is
the same.
Thanks.
I am trying to create a really simple proxy using PHP.
Basically, i need to:
1. read in the contents of a URL.
2. get the content-type
3. set the content type for the response
4. write the contents of the URL to the response.
here is what i have thus far:
$dataURL = "http://www.foo.com/data.xm
Can PHP be used on an Apache server (linux) to connect to a (remote) MS
Access server (NT) through ODBC? If so, does anyone have examples of how this
is done? And if not, what other choices do I have?
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+-
It still works...try http://www.php.net/mysql or
http://www.php.net/fopen for example...
/lasso ([EMAIL PROTECTED])
Brian V Bonini wrote:
> There used to be a utility that let you search php functions from the
> address bar in your browser by simply appening PHP to the function name eg,
> php
I dunno why some webhosting company can do virtual host by php as apache
module. That means they seem to work fine with the virtual host uid/gid
permission when using php. But they use php as apache modulehow do
to that ??
Thx all !!
--
PHP General Mailing List (http://www.php.net/)
To uns
ug
Florian SchäFer wrote:
> Hallo out there,
>
> i hava an document, with one form and two Submit buttons.
> How can i check in the target document wich button is pressed?
> tried something like if ($submit == 'xxx') .
> anyone has a hint?
>
>
--
PHP General Mailing List (http://www.php.n
test
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi List,
I need your help.
I wrote my classes with php where I defined my objects, then I created my
repository in /usr/share/php , in this directory are my clasess.
Now, from my directory web I like to call to my classes, then I modified my
php.ini (/etc/php.ini) and inserted this line, in the
Looking for people who understand the xml/php/mysql/.
Has anyone seen an xml/php application with mysql. If you have
please send me the link. thanks. For those wanting to try an xml
server,
this is the place ixiasoft.http://www.ixiasoft.com/?from=textmldemo
--
PHP General Mailing List
I am using the below command in the php page to reboot the linux server. But
nothing happens . Where am i wrong or do i have to give a path or nething .
Please help.
$output = shell_exec(`reboot`);
echo $output;
_
Join the worl
Is it `reboot -n` ??
Harpreet Kaur wrote:
> I am using the below command in the php page to reboot the linux server.
> But nothing happens . Where am i wrong or do i have to give a path or
> nething . Please help.
>
>
> $output = shell_exec(`reboot`);
> echo $output;
>
>
>
> __
Does the user apache is running as have access to reboot the server?
At 07:18 PM 8/2/2002 +, you wrote:
>I am using the below command in the php page to reboot the linux server.
>But nothing happens . Where am i wrong or do i have to give a path or
>nething . Please help.
>
>
>$output = she
I just upgraded to PHP 4.2.2 and am trying to make my sites work with
register_globals turned OFF. I notice, however, that with register_globals
turned off any variables I pass via the URL don't seem to be recognized by
the script it was passed to.
So, if I pass "http://my.site.com/page.php?id=20
Hi, I need to authenticate users on an included page on my website, but the
problem is, I cant get it to work.
view it included at http://members.lycos.co.uk/ajohnh/ (Source at
http://members.lycos.co.uk/ajohnh/source/index.txt)
the actual file:
http://members.lycos.co.uk/ajohnh/templates/twoShea/
At 3:29 PM -0400 8/2/02, Monty wrote:
>I just upgraded to PHP 4.2.2 and am trying to make my sites work with
>register_globals turned OFF. I notice, however, that with register_globals
>turned off any variables I pass via the URL don't seem to be recognized by
>the script it was passed to.
>
>So,
On Thu, Jul 18, 2002 at 08:17:59PM -0500, Richard Lynch wrote:
> #0 is basically just LDAP's way to represent NULL, most likely.
>
> >$info["mail"]=""; // <- NULL VALUE HERE
> >// The following lines also produce the same result...
> >//$info["mail"]=NULL; // <--- NULL v
On Thu, Aug 01, 2002 at 09:52:12AM -0400, Chad Day wrote:
> Also tried that, no success, unless I am missing something.
>
> ...
> $info["st"]="stchanged!";
> ...
>
> ldap_modify($ds, 'uid=testing,cn=online-leagues.com', $info);
>
> Fatal error: LDAP: Unknown Attribut
First thing first! Open up the terminal and log in. Then type the command,
if the machine doesn't reboot or if you got an error message, it meant the
command is not correct. Once you get the correct command then use it in
PHP. It's much simplier that way. If PHP can't reboot the machine then
Is there any way to speed up MySQL queries?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi List,
I need your help.
I wrote my classes with php where I defined my objects, then I created my
repository in /usr/share/php , in this
directory are my clasess.
Now, from my directory web I like to call to my classes, then I modified my
php.ini (/etc/php.ini) and inserted
this line, in the
I'm having trouble getting the XML string to be broken up into the PHP
array. Here's how it work. I send the XML request in a string to the
credit bureau through cURL and vice versa. Most of the PHP scripting I
found everywhere spoke about breaking up the xml tag into the array only
when they c
-Original Message-
here any way to speed up MySQL queries?
--
Sure, ask for only the data you need. or halt your query when you have what you need.
HTH
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yes! Unfortunately, you'll have to install the special driver on the
Linux/Unix becuase of the communication difference between UNIX & Windows as
well as the language difference between these two. I tried using iODBC and
openLINK. After 1 1/2 years, I decided that open source code for this is n
Indexes
Putting strings in single quotes instead of double (WHERE id = 'something')
Normalized database design.
- Monty
> From: [EMAIL PROTECTED] (Erich Kolb)
> Organization: R&B Receivables Management, Inc.
> Reply-To: "Erich Kolb" <[EMAIL PROTECTED]>
> Newsgroups: php.general
> Date: Fri, 2
What give?? I post the command and replied to some other posting. It made
it through and was posted without a problem! I kept getting the email from
PHP server saying "
Sorry. Your message could not be delivered to:
brian-phplist,emc (The name was not found at the remote site. Check that
the
Yes Scott, I get that too. But hey, it's friday!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok, i do a make and it makes fine but when the make install i get an
infinite loop of this error:
Warning: mkdir(): File exists in /usr/local/src/php4/pear/System.php on line
235
I went to the code and i tried putting a line that says this:
if(file_exists("$newdir")) { $ret = exec("/bin/rm -rf
I'm using PHP4 and MySQL --
I'm trying to write a small search engine -- got it working, however, what
I'd like to do is return the TOTAL records found.
You see, right now I am using LIMIT within my SQL -- so I only return 15
results at a time.
How do I get the total (say for example there are
I'm starting work on regular expressions in PHP these days. Just
thought I'd share my test code for others out there who are fresh
starters with the language and regular expressions.
file parser.php:
\n";
print "\n";
print "Testing regular expressions\n";
print "\n";
print "\n";
I also got exactly the same errors this morning. Thought may be its
because I'm using a beta version of RedHat Linux (Limbo).
-Original Message-
From: Rick Kukiela [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 02, 2002 4:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Help!!! CVS install br
1 - 100 of 156 matches
Mail list logo