marvin hunkin wrote:
Hi.
need to install word press version 2.0.
you need to eat|breath|sleep, but I don't think blogging consitutes a
pre-requisite to the continuation of life on this planet. ;-)
and now using easy php 1-8, and set up my my sql settings in the
wpConfig.php file, and my usern
marvin hunkin wrote:
Hi.
need to install word press version 2.0.
http://wordpress.org/support/
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi.
need to install word press version 2.0.
and now using easy php 1-8, and set up my my sql settings in the
wpConfig.php file, and my username is localhost and the password is root.
when i try to load it in the browser, using http://localhost/install.php
which i put in the www. folder of easy p
On Tue, 2006-04-11 at 23:15, Martin Alterisio "El Hombre Gris" wrote:
> Well, it was a bad example to begin with, first of all max() is already
> defined in php, I should at least checked that before posting. Second, I
> forgot PHP (the Zend engine) has an interesting way of handling
> variables
I have a problem. I'm trying to get a Google search results page via snoopy
and then display the links of the results it returns in an application. I
know about the fetchlinks function in snoopy, but I'm having trouble getting
the text between the and tags. Yeah, I know, I should use the
G
Well, it was a bad example to begin with, first of all max() is already
defined in php, I should at least checked that before posting. Second, I
forgot PHP (the Zend engine) has an interesting way of handling
variables, when you copy assign a var or pass it as an argument of a
function, a real
tedd wrote:
The ampersand before the function name indicates that the function
returns a reference instead of a copy of the variable, for example:
$var2) return $var1;
else return $var2;
}
$global1 = 10;
$global2 = 9;
$maxglobal =& max($global1, $global2);
$maxglobal++;
echo $
Pham Huu Le Quoc Phuc wrote:
Please help me!
I want to create a photo gallery, user can upload pictures.
Thanks.
This link will give your access to lots of opensource code for photo gallery
http://freshmeat.net/search/?q=%2Bphp+%2Bphoto+%2Band+%2Bmysql+posting+comments§ion=projects&Go.x=16
In fairness. www.google.com
a search for php photo gallery, and php image gallery both brought up
everything you need.
read this: http://www.catb.org/~esr/faqs/smart-questions.html
On 4/12/06, Chris <[EMAIL PROTECTED]> wrote:
>
> Pham Huu Le Quoc Phuc wrote:
> > Please help me!
> > I want to
Pham Huu Le Quoc Phuc wrote:
Please help me!
I want to create a photo gallery, user can upload pictures.
There was a recent thread which might help you:
http://marc.theaimsgroup.com/?l=php-general&m=114439402126801&w=2
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Genera
> > Hi,
> >
> > I am not sure why this won't work I am pretty sure I have done it
before;
> >
> > if($error)
> > {
> > echo $errorMessage; // for testing error message is displayed to
screen
> > echo"alert('$errorMessage')
gt;
> > if($error)
> > {
> > echo $errorMessage; // for testing error message is displayed to screen
> > echo"alert('$errorMessage');";
> > }
> >
> > I am capturing all the errors from a form and then output them all at once
> >
> >
Please help me!
I want to create a photo gallery, user can upload pictures.
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>
> if($error)
> {
> echo $errorMessage; // for testing error message is displayed to screen
> echo"alert('$errorMessage');";
> }
>
> I am capturing all the errors from a form and then output them all at once
>
> Thanks for any help
>
> -
Hello,
I am looking for some open source job management application written in
php and mysql. Where employers can post, edit and delete jobs, and job
seekers can search jobs, save resume, apply on line, bookmark jobs etc.
Having some kind of administration features will be nice, where
Adminis
rrors from a form and then output them all at once
>
> Thanks for any help
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> __ NOD32 1.1482 (20060411) Information __
>
> Thi
I also use those sessions when checking on the apache logs. For a specific
user, so i can trace what he did.
On 4/12/06, Richard Lynch <[EMAIL PROTECTED]> wrote:
>
> On Tue, April 11, 2006 12:40 pm, Alain Roger wrote:
> > I would like to understand the purpose of placing SESSION_ID within
> > the
The ampersand before the function name indicates that the function
returns a reference instead of a copy of the variable, for example:
$var2) return $var1;
else return $var2;
}
$global1 = 10;
$global2 = 9;
$maxglobal =& max($global1, $global2);
$maxglobal++;
echo $global1;
//
Richard Lynch wrote:
On Mon, April 10, 2006 10:24 pm, Rasmus Lerdorf wrote:
You could volunteer to help maintain the user notes.
I've just spent five/ten minutes with Google and php.net trying to
find the best way to volunteer to do just that...
Admittedly not a LOT of effort, but...
Where d
On Wed, April 5, 2006 10:33 pm, John Taylor-Johnston wrote:
> Scrolling back and forward through my PHP generated search engine,
> my browser (FF) alerts to remind me that I have post data.
> What kind of header can I add to avoid it doing that?
> Else what is the problem?
Use GET?
The basic para
On Mon, April 10, 2006 11:46 pm, Sunnrunner wrote:
> A client asked me this question. Does anyone know what it means or can
> someone explain and give me an answer.
>
> Thanks. T
>
> How can we get the link in the URL of the flash file to recognize
> SESSION or
> REQUEST variables? You know like GE
On Mon, April 10, 2006 10:24 pm, Rasmus Lerdorf wrote:
> You could volunteer to help maintain the user notes.
I've just spent five/ten minutes with Google and php.net trying to
find the best way to volunteer to do just that...
Admittedly not a LOT of effort, but...
Where do I start?
I do have o
At 8:59 PM +0200 4/11/06, Alain Roger wrote:
i would like to make my web site tune to user language.
for that i was thinking to create some XML files where all words can be
found and based on the icon (country flag) that user clicked, i will load a
specific XML file to tune my PHP pages.
Why no
On Mon, April 10, 2006 10:21 pm, Robert Cummings wrote:
> On Mon, 2006-04-10 at 23:11, Richard Lynch wrote:
>> On Mon, April 10, 2006 9:59 pm, Rasmus Lerdorf wrote:
>> > Richard Lynch wrote:
>> I've added a Note to 'fopen' so maybe others won't completely miss
>> this feature and look as foolish as
On Tue, April 11, 2006 6:40 am, Merlin wrote:
>>> The following code:
>>> class search_helper extends AjaxACApplication
>>> {
>>> var $db_username;
>>> $this->db_username = $DB_LOGIN;
A 'var' is a 'property' of a Class instance.
It needs to be inside the class, but
On Tue, April 11, 2006 3:14 am, Merlin wrote:
> This does not work:
>
> $this->db_username = $DB_login;
>
> Any idas on how to do this?
Since how you do this is how you did it, you're going to have to show
us the exact code you did that "does not work" because what you typed
above DOES WORK...
--
On Tue, April 11, 2006 3:25 am, Mohsen Pahlevanzadeh wrote:
> I need to retrive content of my XML element.my element is translation.
> MY _CONTENT
> Of course i wanna use PHP4 instead 5.
> Please help me.
> Yours,Mohsen
There are 3 or 4 different XML parsing engines available for PHP 4.
Pick
On Tue, April 11, 2006 1:58 pm, Bing Du wrote:
> What I intend to do is put the database query results in a
> multidimentional array like this.
>
> $sponsor_id['sponsor1'] = ('project1 title', 'project2 title',
> 'project3
> title');
> $sponsor_id['sponsor2'] = ('project1 title','project7 title');
On Tue, April 11, 2006 1:58 pm, Richard Dyce wrote:
> The alert is working (so the parameter is being passed), but the
> reload isn't. What am I doing wrong?
Here is what I do when JavaScript doesn't do what I expect:
> function reloadCalendar(yearMonth) {
>alert(yearMonth);
>var URL = 's
On Tue, April 11, 2006 1:59 pm, Alain Roger wrote:
> Sorry to send this email on both mailing lists but as i suppose that
> both
> are concerned by it, i did.
>
> i would like to make my web site tune to user language.
> for that i was thinking to create some XML files where all words can
> be
> fo
On Tue, April 11, 2006 9:05 am, blackwater dev wrote:
> I am currently running freetds on a linux box that needs to move data
> from a
> remote mssql db to the local mysql db. I wanted to use bcp but
> freetds
> couldn't as the data I am moving contains a blob field. I am
> currently
> using php
On Tue, April 11, 2006 10:31 am, Alain Roger wrote:
> i have MySQL with 2 users in the "mysql" database which are root and
> uimmense.
> i suppose that what i see in the password field is the sha1 crypted
> password.
>
> is it correct or not ?
It could be SHA1, or it could be something else...
I
On Tue, April 11, 2006 10:42 am, tedd wrote:
>function &ref3($a)
> {
> $a--;
> }
>
> ?>
I believe this one will only "matter" if you are RETURNING a value.
And only really matter if that value is an object...
--
Like Music?
http://l-i-e.com/arti
On Tue, April 11, 2006 11:45 am, Laszlo Nagy wrote:
> I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have
> Microsoft SQL Server tools installed. C:\PHP is on the path. Extension
> dirs are configured correctly. The php_mssql.dll is present there.
> Everything looks okay, except that
On Tue, April 11, 2006 12:40 pm, Alain Roger wrote:
> I would like to understand the purpose of placing SESSION_ID within
> the URL.
> I suppose it is for security improving... However, how to do it ?
>
> i mean how can it be useful ? how can i use it ?
Actually, unless you are using SSL (https://
Can anybody expand on the meaning and correct usage of:
CURLOPT_BINARYTRANSFER
Just so you know this is not a question with no effort to find out for
myself behind it... :-)
So far, I've found these:
http://php.net/curl_setopt
TRUE to return the raw output when CURLOPT_RETURNTRANSFER is used.
Th
isplayed to screen
echo"alert('$errorMessage');";
}
I am capturing all the errors from a form and then output them all at once
Thanks for any help
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
__ NOD32 1
The ampersand before the function name indicates that the function returns a
reference instead of a copy of the variable, for example:
$var2) return $var1;
else return $var2;
}
$global1 = 10;
$global2 = 9;
$maxglobal =& max($global1, $global2);
$maxglobal++;
echo $global1;
//th
Hi,
Sorry to send this email on both mailing lists but as i suppose that both
are concerned by it, i did.
i would like to make my web site tune to user language.
for that i was thinking to create some XML files where all words can be
found and based on the icon (country flag) that user clicked, i
Dear all,
Not so simple question. Here's what I'm trying to do.
I want to be able to provide a simple script tag pair so that my
client's can cut and paste it into their site. This is to try and to
make it as simple as posisble for them ;-) The script is then meant
to write an iFrame into
Hello,
What I intend to do is put the database query results in a
multidimentional array like this.
$sponsor_id['sponsor1'] = ('project1 title', 'project2 title', 'project3
title');
$sponsor_id['sponsor2'] = ('project1 title','project7 title');
Here is the code snippet for doing that:
==
w
> On 4/11/06, Mace Eliason <[EMAIL PROTECTED]> wrote:
> > I am not sure why this won't work I am pretty sure I have done it before;
> >
> > if($error)
> > {
> > echo $errorMessage; // for testing error message is
displayed to screen
> > echo"alert('$errorMessage');";
> > }
At 11:19 AM
actually...
alert('');
On 4/11/06, Anthony Ettinger <[EMAIL PROTECTED]> wrote:
> alert('echo $errorMessage');
>
> On 4/11/06, Mace Eliason <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I am not sure why this won't work I am pretty sure I have done it before;
> >
> > if($error)
> > {
> > echo $err
alert('echo $errorMessage');
On 4/11/06, Mace Eliason <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am not sure why this won't work I am pretty sure I have done it before;
>
> if($error)
> {
> echo $errorMessage; // for testing error message is displayed to screen
> echo"alert('$errorMessage');";
>
Suhas wrote:
Hello,
Any suggestions for Dedicated PHP Webhost.
The current service provider is ok but Customer service is
unsatisfactory. Very bad experience.
Thanks for your help in advance,
SP
http://www.websulting.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
session_start();
$s = SID; //get Session ID
echo "Page";
Mostly for passing the session as a GET variable to another page, like
for anything from authentication tokens to form data etc...
Of course for form data it would probably be better to encapsulate the
session veriables within the form.
[snip]
if($error)
{
echo $errorMessage; // for testing error message is displayed to
screen
echo"alert('$errorMessage');";
}
[/snip]
What does $error contain? Echo it's output to the screen too, for
testing.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
Hi,
I am not sure why this won't work I am pretty sure I have done it before;
if($error)
{
echo $errorMessage; // for testing error message is displayed to screen
echo"alert('$errorMessage');";
}
I am capturing all the errors from a form and then output them all at once
Thanks for any help
Hi,
I would like to understand the purpose of placing SESSION_ID within the URL.
I suppose it is for security improving... However, how to do it ?
i mean how can it be useful ? how can i use it ?
thanks a lot,
Alain
At 10:31 AM -0700 4/11/06, Rasmus Lerdorf wrote:
tedd wrote:
Here is an example Wez wrote years ago:
-snip code -
Years ago?
stream_socket_client() is php5.
How long ago did php5 launch?
The first beta was in June 2003. But the streams code was written
well before that.
-Rasmus
I'm
tedd wrote:
Here is an example Wez wrote years ago:
-snip code -
Years ago?
stream_socket_client() is php5.
How long ago did php5 launch?
The first beta was in June 2003. But the streams code was written well
before that.
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To un
Hey,
First, sorry about the subject line, my mail program is giving me a bit of a
problem so had to use another..
--
[snip]
Let's try an experiment, do a string replace to get rid of the newline
and report back what happens.--I did a
this:$flick_
[snip]
Let's try an experiment, do a string replace to get rid of the newline
and report back what happens.--I did a
this:$flick_name = rtrim($row[5]);But no joy if I do a string
replace
how do I specify the newline in the needle parameter of the
str_replace?I'm
pre
Here is an example Wez wrote years ago:
-snip code -
Years ago?
stream_socket_client() is php5.
How long ago did php5 launch?
tedd
--
http://sperling.com
--
PHP General Mailing List (http://www.php.net/)
To uns
Hello All,
I have a problem with a Win2003 server, IIS6 and PHP 5.1.2. I have
Microsoft SQL Server tools installed. C:\PHP is on the path. Extension
dirs are configured correctly. The php_mssql.dll is present there.
Everything looks okay, except that the server does not load the
extension.
Hey,
-
[snip]
After a lot of searching through the page source I see that the first
"Try A
Teen" has a line break (after the "n" in "teen" whatevers there appears
on
the next line), thats why it seems different...but when I went into the
mySql db via phpmyadmin...there i
At 9:01 PM -0500 4/10/06, Richard Lynch wrote:
On Sun, April 9, 2006 3:21 pm, Merlin wrote:
I am searching for a good upload framework that works with PHP and
AJAX
to provide an upload interface that uploads one picture instantly,
shows
the thumbnail and displays another upload formfield to
in fact no.
i can i have 1 MySQL database system profile "uimmense" to connect to
database.
and after via a PHP script to check if my user is registered into MY
database "immense" (checking profile and password).
if it's ok, so query or stored procedure can be executed, if not, connect to
DB is
[snip]
After a lot of searching through the page source I see that the first
"Try A
Teen" has a line break (after the "n" in "teen" whatevers there appears
on
the next line), thats why it seems different...but when I went into the
mySql db via phpmyadmin...there is no linebreak to be found
anywhere
At 7:31 PM -0700 4/10/06, Ray Hauge wrote:
>
I believe you're thinking more of the C++ style of returning by reference.
This article should help explain how references work, and how to return
references... most specifically check the "Returning References" section.
> http://www.php.net/ma
Hi,
I dont know if this is a bug or something but I am getting some strange
results from what should be a simple program;
I have a bunch of movie titles in my database, this is the structure:
part_url
part_size
part_format
bandwidth_type
flick_name
and the above table contains data like this:
"d
[snip]
i'm sure that it's a stupid question but i would like to have your
feedback
on it.
i have MySQL with 2 users in the "mysql" database which are root and
uimmense.
i suppose that what i see in the password field is the sha1 crypted
password.
is it correct or not ?
but lets continue...
in f
> i do not see really realistic if everytime that a new user is
> registered to
> my application, i have to create him a profile for MySQL database.
Is there a reason you need to have each user login into mysql individually?
Most often a single login is used for the script to log into the databa
Hi,
i'm sure that it's a stupid question but i would like to have your feedback
on it.
i have MySQL with 2 users in the "mysql" database which are root and
uimmense.
i suppose that what i see in the password field is the sha1 crypted
password.
is it correct or not ?
but lets continue...
in fac
Hello,
Our client has a PHP Porgrammer position I am taking resumes for. Please
kindly call or email me at your earliest convenience. Thanks!
Position: HO # 6150: PHP Programmer
Location: DOVER, NEW JERSEY
Duration: 6 month to year contract
SUMMARY
Responsible for technical developme
marvin hunkin wrote:
Hi.
any mysql gurus out there using a tool called EasyPHP 1-8?
Probably not.
i am using a my sql tutorial, and says needs the command line interface,
so can run my sql commands from the dos prompt.
have got the PHP MYSQL ADMIM to load into the easy php 1-8, gui interface
Hello all,
I am currently running freetds on a linux box that needs to move data from a
remote mssql db to the local mysql db. I wanted to use bcp but freetds
couldn't as the data I am moving contains a blob field. I am currently
using php to select all the rows from the mssql db, and then loopi
Check the overloading methods (__get and __set) for PHP 5.x:
http://www.php.net/manual/en/language.oop5.overloading.php
Merlin escribió:
Hi there,
I would like to assign a value inside a class like this:
var $db_username = $old_name;
Unfortunatelly this does not work and I do get following
www.ixwebhosting.com
www.hostexcellence.com
on Tuesday 11 April 2006 15:18, Suhas wrote:
> Hello,
>
> Any suggestions for Dedicated PHP Webhost.
>
> The current service provider is ok but Customer service is
> unsatisfactory. Very bad experience.
>
> Thanks for your help in advance,
>
> SP
--
PHP
[snip]
Any suggestions for Dedicated PHP Webhost.
[/snip]
http://www.phpwebhosting.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
Any suggestions for Dedicated PHP Webhost.
The current service provider is ok but Customer service is
unsatisfactory. Very bad experience.
Thanks for your help in advance,
SP
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
I need to retrive content of my XML element.my element is translation.
MY _CONTENT
Of course i wanna use PHP4 instead 5.
[/snip]
http://www.php.net/xml
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you are using PHP4, you could always
class foo {
var $var1;
var $var2;
var $var3;
function bar(){
echo $this->var1."";
echo $this->var2."";
echo $this->var3."";
}
}
then in your code
$foo = new foo();
$foo->var1 = 'blah';
$foo->var2 = 'blah';
$foo->var3 = 'blah';
$foo->bar();
At 11:54 PM 4/10/2006, Pham Huu Le Quoc Phuc wrote:
Hi everybody!
I'm a newbie. My question maybe very funny. But please answer to me if you
have any ideas.
I use $html->selectTag(), I don't know how to use OnChange.
When User choose a item on SelectTag, I want Browser to redirect another
page a
Merlin wrote:
chris smith schrieb:
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
chris smith schrieb:
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
Hi there,
no much simpler. I do not need to assign the value from outside
the class. This
is just inside the class. I have the login dat
chris smith schrieb:
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
chris smith schrieb:
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
Hi there,
no much simpler. I do not need to assign the value from outside the class. This
is just inside the class. I have the login data for a database saved
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
> chris smith schrieb:
> > On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
> >> Hi there,
> >>
> >> no much simpler. I do not need to assign the value from outside the class.
> >> This
> >> is just inside the class. I have the login data for a database s
chris smith schrieb:
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
Hi there,
no much simpler. I do not need to assign the value from outside the class. This
is just inside the class. I have the login data for a database saved in a file
and would like to use simply the variable $DB_login inside
Dear all,
I need to retrive content of my XML element.my element is translation.
MY _CONTENT
Of course i wanna use PHP4 instead 5.
Please help me.
Yours,Mohsen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Just replying to my original post as means of a follow up. I have gone ahead
and used Rasmus' code, he was correct in surmising I was only worried about
an overloaded and slow responding site. It would be very atypical for the
site to be down completely.
While the cache code was very interestin
On 4/11/06, Merlin <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> no much simpler. I do not need to assign the value from outside the class.
> This
> is just inside the class. I have the login data for a database saved in a file
> and would like to use simply the variable $DB_login inside this class.
Hi there,
no much simpler. I do not need to assign the value from outside the class. This
is just inside the class. I have the login data for a database saved in a file
and would like to use simply the variable $DB_login inside this class.
This does not work:
$this->db_username = $DB_login;
Oz wrote:
For some reason my PHP5 does not have DOM. ( I have the version that
comes with fedora core 5). Is there a way to activate it.
-thanks
Oz
You need to install the php-xml rpm to get the xml extensions (dom, xsl,
xmlwriter and xmlreader).
Rob
--
PHP General Mailing List (http://ww
For some reason my PHP5 does not have DOM. ( I have the version that
comes with fedora core 5). Is there a way to activate it.
-thanks
Oz
Joe Wollard wrote:
Of course you said you're running PHP5so that won't work.
According to the site it would be best for you to use the DOM that
comes pr
84 matches
Mail list logo