[PHP-WEBMASTER] Problem with E-Mail address

2023-03-23 Thread Jochen Schultz
Hi, I've used the E-Mail [email protected] which redirects to [email protected] to register my linkedin account. Now I have to identify my account and need to send a Mail from that E-Mail Address (which I obviously can't since it's just a redirect). Could I have a mail account to send them an

Re: [PHP-WEBMASTER] Problem with PhP - SQL query

2017-01-17 Thread Mike Griffiths
On 17 January 2017 at 15:25, Arthur Carvalho wrote: > Hello, > > I have a problem with my php code. > > I hope you will answer ! > Hello. This is the mailing list for people having issues/comments/feedback on the PHP website itself, not a support channel. Please take a look here for another ch

[PHP-WEBMASTER] Problem with PhP - SQL query

2017-01-17 Thread Arthur Carvalho
Hello, I have a problem with my php code. I hope you will answer ! I'm working for my Baccalauréat exam and this code is very important. I'm trying to creating an SQL table and the name of this table is a text imported from another page with the POST method, and the problem seems to be in the l

Re: [PHP-WEBMASTER] Problem signing into internals list

2016-03-31 Thread Hannes Magnusson
Send a emtpy email to [email protected] and follow the instructions in the reply. -Hannes On Thu, Mar 31, 2016 at 1:10 AM, Michał Brzuchalski wrote: > Hi, > > the signing into internals@ list is broken on > http://php.net/mailing-lists.php when filled out form and processed with

[PHP-WEBMASTER] Problem signing into internals list

2016-03-31 Thread Michał Brzuchalski
Hi, the signing into internals@ list is broken on http://php.net/mailing-lists.php when filled out form and processed with Subscribe button got error: We were unable to subscribe you due to some technical problems. Please try again later. Is there any other way to subscribe into [email protected]

[PHP-WEBMASTER] Problem

2015-09-24 Thread priyatam saha
Sir,I downloaded php5.6 but don't know how to use it.please help me out

[PHP-WEBMASTER] Problem on php.net rendering links to php.fubra.com

2015-07-04 Thread Paul Dragoonis
Hey Fellow Webmasters, I go to this link: http://www.php.net/conferences/ All urls now (i.e: the nav) go to http://php.fubra.com/docs.php I believe this is misconfiguration of the 'www' mirror? *PS: This might cause implications on google crawling (caching of urls) and random cross-domain probl

Re: [PHP-WEBMASTER] Problem with PHP.net website in Google Chrome

2013-12-13 Thread Hannes Magnusson
On Fri, Dec 13, 2013 at 2:32 AM, Mateusz Bartczak wrote: > Hi, > > There is some problem with your website in Google Chrome > > For a few days instead of web pages chrome is downloading gzip files > > The problem is only with PHP.net site, chrome on this computer works > perfectly with other websi

[PHP-WEBMASTER] Problem with PHP.net website in Google Chrome

2013-12-13 Thread Mateusz Bartczak
Hi, There is some problem with your website in Google Chrome For a few days instead of web pages chrome is downloading gzip files The problem is only with PHP.net site, chrome on this computer works perfectly with other websites and they are opened not downloaded as gzip Please check the att

Re: [PHP-WEBMASTER] Problem with, Try , Catch

2013-09-24 Thread Hannes Magnusson
On Tue, Sep 24, 2013 at 8:31 AM, Dmitri Russu wrote: > Hello I has a question if is possible to use below code, I try do it and > have lot of errors. > This is not a support list. Please have a look a the documentations: http://php.net/exceptions -Hannes -- PHP Webmaster List Mailing List (htt

[PHP-WEBMASTER] Problem with, Try , Catch

2013-09-24 Thread Dmitri Russu
Hello I has a question if is possible to use below code, I try do it and have lot of errors. Help me to understand, which is my error. *try { throw new InternalException('Internal'); } catch (InternalException $e) { throw new Exception('Internal To global'); } catch (Exception $e){ *

Re: [PHP-WEBMASTER] Problem: PHP start syntax. in PHP5.4

2013-02-03 Thread Sherif Ramadan
On Sun, Feb 3, 2013 at 10:17 AM, Павел Иванов wrote: > Hello, > > I have a problem with my webpage when I upgrade PHP from 4.1 version up to > 5.4 > > Before my scripts always have startet with: > > > > // some code here... > > // a lot of code > > ?> > > > > But after I upgrade it, this scripts

[PHP-WEBMASTER] Problem: PHP start syntax. in PHP5.4

2013-02-03 Thread Павел Иванов
Hello, I have a problem with my webpage when I upgrade PHP from 4.1 version up to 5.4 Before my scripts always have startet with: // some code here... > // a lot of code > ?> > But after I upgrade it, this scripts doesn't work only just because it starts with "