"Andy B" <[EMAIL PROTECTED]> skrev i melding
news:[EMAIL PROTECTED]
> Hi.
>
> Is there any GUI editors out there for php? if so does anybody know of a
> good one that doesnt cost a ton of money??
There's a trial for Zend Studio at www.zend.com
Eric
--
PHP General Mailing List (http://www.php.
n other folders?
We know a little about UNIX, but not that much. That's our problem.
Would be really happy if anyone could help us out!
Eric Bolikowski
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Brent Clark" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi All
Just a quick question, is PHP written in C or C++.
Kind Regards
Brent Clark
It is written i C.
One hint is that PHP is procedural, and the same is C.
Maybe some beautieful day someone willl write a C++ version :)
"Webmaster" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hello i need help with mysql_create_db i found the solution once but cant
remember what it was if someone could tell me the proper way to create a
database with php and mysql i would be greatly thankfull.
Thank you.
--
PHP
Headers have to be pretty accurate, or it will cause trouble.
And your redirect header is not quite correct.
It should be this:
header("Location: another_page.php");
and NOT header("Location:another_page.php");
What you need here is a space between "Location:" and the URL.
"Adwinwijaya" <[EMAIL P
"Hamid Hossain" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I wants to read some pages throug http call. Then, I am going to parse the
> returned string and do some process.
>
> For example: I want to get the latest news from CNN.com daily. So, I want
to
> call http://www.cnn.com
"Sajid" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> HI,
>
> I have a problem.
>
> I dont know how to create tables for this in PHPMYADMIN, the situation is
> like this:
>
> I have to display lot of items on the screen.
>
> There are three Datagrids on the screen (I am using Flash
Some source code would help
"Deependra B. Tandukar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dear all,
>
> The script was working perfectly, but all of the sudden since last week
> stopped working, gives Zero Sized Reply. The site is
> http://coremag.net/corex/feedback/fee
Would advise mysql_fetch_row()
"Angelo Zanetti" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a query which returns only 1 row, which of the following would be
the
> best to get the value from the resultset:
>
> mysql_result()
> mysql_fetch_field()
> mysql_fetch_row()
>
> th
"Rob" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ive programmed with C/C++ for years and have recently started to dabble in
> PHP. Ive written a multi-part script for a friend and Ive run into a
> problem.
>
> Ive got 14 include files 3 of which are basic components that may or
Exactly the same thing's happening to me!
"Luke" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Me too, and im using the newsgroup, not even the mailing list!! :/
--
Luke
"Craig" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I get one of these for almost every m
Hi
Here's a little function I made up for this:
$time_limit){
unlink($file);
}
}
}
closedir($df);
}
}
delete_old_files('.');
?>
Hope that's what you need.
Eric
"Yc Nyon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I want to delete files than are o
Hei Trevor
I have got exactly the same problem, and there doesn't seem to be any
solution to it...
What you could to, is to send a mail to Zend and ask them to implement a
feature that will allow us Zend Studio users to customize this.
Eric
"Trevor Gryffyn" <[EMAIL PROTECTED]> wrote in message
The best editor is of course Zend Studio at www.zend.com, which I use.
The only bad thing is that it costs, but hovewer, you can download a free
trial to try it out.
But if you're able to spend some money, I would strongly recommend Zend
Studio. Feature List at
http://www.zend.com/store/products/
Hi John
If you have a large number of Users using this system, your save map for
sessions will grow in space, using some resources
If it's very large pieces of information, i would advise you to store this
info in a database. That's doomed to be more effective.
Eric
"John Schulz" <[EMAIL PROTEC
Hi Tristan
It seems wierd to me that $math would be an array even after that you have
named all your form fields to $math.
Well, what you can do otherwise that is a very known method is naming your
fields name[].
In your case this would be math[].
If you name many of your fields this way, $_GET
Hi everybody helping me on this
I have not gotten a lot of tips, I appreciate all the help I have gotten
here.
I have decided to try out different technologies that I have been advised
and measure performance to choose the best and fastest one!
Eric
"Eric Bolikowski" <[EMAIL PROT
This should help:
".$y."\n";
}
?>
What you forgot is that $range must be the current year plus how many loops
you want.
Eric
"Bill Green" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> This works to create a drop down select box of numbers 1-12:
>
> for($i=1; $i < 13; $i++) {
>
"Todd Cary" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I moved an application from Linux to my Client's NT system and is_file
> cannot file the file on the NT system. My directory structure is as
> follows:
>
> c:\webroot
>\application
> \php_code
>\filedir
>
>
Extremely odd what's happening here :s
I just doesn't make sense why the if condition should do this...
Maybe you could search in the PHP Manual for more info on this.
However, i did one thing that made that not work.
EA is Equal To NFH see $EA";
}else{
echo "EA is NOT EQUAL to NFH see $EA"
e XML as
> > variables. You might want to look into that, but I think it's only
> > available in the newest version.
> >
> > -Ben
> >
> >
> > Eric Bolikowski wrote:
> >
> >> Hi everybody
> >>
> >> I'm working on a site
It doesn't seem that you have declared the vars $reorder and $order, so that
will make a bad query.
"Mayo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> PROBLEM
>
> I'm trying to insert information from a query string into sql.
>
> I have a table with content. The column headers ha
h the data received. Trust no one! Not even your own Flash Client.
>
> -Original Message-
> From: Eric Bolikowski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 20, 2004 3:26 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Flash-PHP Socket Connection
>
> Hi everybo
Hi everybody
I'm working on a site that will be based on Flash, PHP and MySQL. PHP will
work as a middleware for Flash and MySQL.
My problem is communication between Flash and PHP.
I'm really out looking for using the socket functions in PHP and Flash to
make fast connection.
I have googled for
Merry christmas to every PHP developer here!!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Merry christmas!!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Taras Panchenko" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have 2 questions:
> 1) why gethostbyname() does not resolve my host name into IP?
> 2) why fopen() (and file()) does not open an external (URL) file via http?
> Please, see my example below:
> --
>
ht
"Tristan Pretty" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ok, here's my code that I want to pick a random line from a text file, and
> then mail myself 10 times with a different line each time...
> But It simply won't work...
> Anyone know why?
>
> function randomline($fi
"Pehepe Php" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi! I don't know anything about e-commerce. I want to build a e-commerce
> site with php-mysql. So i have turorial for this idea. Can you help me
about
> it? i know php and mysql but i dont have any information about ssl,
>
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jas wrote:
>
> > Combination of session vars and cookie vars...
> > example...
> > [login page]
> > sets cookie with auth=0 (variable)
> > sets session with auth=0 (variable)
> >
> > [logged in page(s)]
> > sets cookie w
$i = 1, $j = 1; $i <= $_POST["i"]; $i++, $j++){
if($j == 5){
$j = 1;
print "\n";
}
print $i." is to ".$j."\n";
} // end for
?>
Jim
----- Original Message -
From: "Bronislav Kluèka" <[EMAIL PROTECTED]>
To: "Eric Boli
"Mike D" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I'm am completely stumped on a seemingly simple math formula
>
> I need to find a way to map a set of numbers up to 4 (e.g. 1,2,3,4 or 1,2)
> to any number in a range of up to 10,000 (ideally, unlimited). Such that,
>
> (e.g. 1
"Iain Staffell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a script on my local machine to allow friends to send me files, as
IM
> or FTP transfers don't work, and so I would like to accept reasonably
large
> files (10mb max). I followed some of the examples shown around
"Ryan A" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> Some son of a * is spamming people and using one or our websites as a
> return address, so all the emails that get bounced are coming right back
to
> us, as you can imagine thats quite a lot, plus we are getting angry
"Eric Bolikowski" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> "Dimitri Marshall" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >
> > "Sophie Mattoug" <[EMAIL PROTECTED]> wrote in message
"Dimitri Marshall" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> "Sophie Mattoug" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Paul Duggan wrote:
> >
> > >if I create a text box:
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >h
36 matches
Mail list logo