Re: [PHP] PHP want not write in Database

2011-05-15 Thread Ashley Sheridan
On Mon, 2011-05-16 at 02:55 +0200, Silvio Siefke wrote: > Hello, > > i have a Blog Script for my private Website. Normal i write new Articles > direct with phpmyadmin, but this is not comfortable. I has no errors in Log > for the script and the mysql query log write the correct insert SQL code, b

Re: [PHP] Bold links

2011-05-15 Thread Adam Richardson
> > On Sun, May 15, 2011 at 7:48 PM, tedd wrote: At 1:46 PM -0400 5/10/11, Adam Richardson wrote: > >> The rest of the list does show you've read a fair amount in the past month >> (just as others on this list, including me), but what does it do to >> specifically support your argument? >> > > It

[PHP] CGI/FastCGI problem when debugging

2011-05-15 Thread taomin
Hi, everyone, I built a project base on ZF in Zend Studio 8, and run well. But when I debug the index.php as PHP Web Page, it always get the index.php file "save as", and then an CGI/FastCGI error, soon or later. I use Zend Debugger, and Local Zend server. I googled much , and have changed setting

[PHP] PHP want not write in Database

2011-05-15 Thread Silvio Siefke
Hello, i have a Blog Script for my private Website. Normal i write new Articles direct with phpmyadmin, but this is not comfortable. I has no errors in Log for the script and the mysql query log write the correct insert SQL code, but nothing would be write in the database. I really understand not

Re: [PHP] Bold links

2011-05-15 Thread Micky Hulse
Hi Tedd! On Sun, May 15, 2011 at 4:41 PM, tedd wrote: > I vaguely remember using tags in the markup for SEO considerations with > the idea that I was going to change them to with a search/replace. > Unfortunately, that did not happen until now. Thanks for letting me know. Hehe! I dig it! :) I

Re: [PHP] Bold links

2011-05-15 Thread tedd
At 3:55 PM +0100 5/10/11, Stuart Dallas wrote: On Tuesday, 10 May 2011 at 15:41, tedd wrote: > The world is changing and I don't think any organization can dictate what is the right/wrong way to do anything. But the good thing here is that we are left to our own judgement as to what we supp

Re: [PHP] Bold links

2011-05-15 Thread tedd
At 1:46 PM -0400 5/10/11, Adam Richardson wrote: The rest of the list does show you've read a fair amount in the past month (just as others on this list, including me), but what does it do to specifically support your argument? It was not presented as a list that supported my argument, but rath

Re: [PHP] Bold links

2011-05-15 Thread tedd
At 10:10 AM -0700 5/10/11, Micky Hulse wrote: Looking at your site: http://sperling.com/ Viewing the source code on your homepage, I see used 15 times in the body copy. I am assuming that maybe you have no control over that portion of your site due to the CMS you are using? Could you imagine

Re: [PHP] Functions/methods aliases in PHp 5.2

2011-05-15 Thread Richard Quadling
On 15 May 2011 23:06, Andre Polykanine wrote: > Hello Richard, > >      I'd  like  to  make  a database wrapping class (yet another one, > aha!) as flexible, as possible. > So I'd like to make possible to call, for example, > $db->num_rows($result) >                     and > $db->NumRows($result)

Re: [PHP] Functions/methods aliases in PHp 5.2

2011-05-15 Thread Andre Polykanine
Hello Richard, I'd like to make a database wrapping class (yet another one, aha!) as flexible, as possible. So I'd like to make possible to call, for example, $db->num_rows($result) and $db->NumRows($result) And was just wondering :-). -- With best regards from Ukr

Re: [PHP] Functions/methods aliases in PHp 5.2

2011-05-15 Thread Richard Quadling
On 15 May 2011 21:45, Andre Polykanine wrote: > Hi everyone, > > Is there any possibility to make a method or function alias in PHP? > Yes, I know I can do the following: > > function foo_bar($x) { > // And so we code... > return $result; > } > > function FooBar($x) { > return foo_bar($x) > } > >

[PHP] Functions/methods aliases in PHp 5.2

2011-05-15 Thread Andre Polykanine
Hi everyone, Is there any possibility to make a method or function alias in PHP? Yes, I know I can do the following: http://twitter.com/m_elensule Facebook: http://facebook.com/menelion -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php