Re: [PHP] Web User Management

2013-01-30 Thread Tolga
i dont know why, but without framework, it seems to me easier done than said. :) 30.01.2013 06:18 tarihinde, Adolfo Olivera yazdı: Hi, I'm about to start a little project using PHP and MySQL. It involves some basic user management. Like most web systems. Users would need to be able to:

[PHP] about unlink

2012-08-13 Thread Tolga
hi, i have a very annoying problem with unlink() i use win7 and wamp server (apache 2.2.22 & php 5.4.3) when i try to use unlink: SCREAM: Error suppression ignored for Warning: unlink(aaa/bbb.ccc): Permission denied in C:\wamp\www\ddd\index.php on line /34/ neither the folder, nor the files ar

[PHP] About Preg Match patterns

2012-08-01 Thread Tolga
hese. my question is, where can i find a very detailed information about these ? i want and need to know whats what about these. Thanks, tolga. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New to list and to PHP

2011-02-20 Thread tolga
ahaha lol. the point of my ask here is that i want to find a trusted source, not seo based web sites with no info inside. but thats cool. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New to list and to PHP

2011-02-20 Thread tolga
21.02.2011 03:21, Tamara Temple yazmış: On Feb 20, 2011, at 5:51 PM, tolga wrote: 21.02.2011 01:41, Richard Quadling yazmış: On 20 February 2011 23:34, Richard Quadling wrote: On 18 February 2011 19:03, Pete Woodhead wrote: Hi I'm Pete Woodhead. I'm new to the list and to P

Re: [PHP] New to list and to PHP

2011-02-20 Thread tolga
21.02.2011 01:41, Richard Quadling yazmış: On 20 February 2011 23:34, Richard Quadling wrote: On 18 February 2011 19:03, Pete Woodhead wrote: Hi I'm Pete Woodhead. I'm new to the list and to PHP. To be honest I very new to code writing. Thought this would be a good way to learn good habits

Re: [PHP] 2 submit buttons.

2011-02-14 Thread tolga
15.02.2011 00:24, Paul M Foster yazmış: On Mon, Feb 14, 2011 at 05:15:11PM -0500, Floyd Resler wrote: On Feb 14, 2011, at 4:18 PM, Paul M Foster wrote: On Mon, Feb 14, 2011 at 03:35:02PM -0400, Paul Halliday wrote: I have 2 buttons on a page: if (isset($_POST['botton1'])) {dothing1();} if

Re: [PHP] Problems with mail() function

2001-05-23 Thread Tolga \"thorr\" Orhon
at this might be problem in some systems. I recommend to read the source of message after you get it. It is a nce way to debug problems and gives out lots of information. (correct headres, messages etc..) Yours, -- Tolga 'thorr' Orhon ""Kevin Fogleman"" <[EMAIL P

Re: [PHP] Using html templates

2001-05-23 Thread Tolga \"thorr\" Orhon
I am using libphp and quite satisfied with it. http://phplib.netuse.de/ -- Tolga 'thorr' Orhon ""Jamie Thompson"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > what is the best way of using html template

Re: [PHP] best way to flush stdout?

2001-05-21 Thread Tolga \"thorr\" Orhon
lly want to know. In that case one can show results as they come from database. It is really good if you have a huge database and searching on multiple tables and/or databases. yours, -- Tolga 'thorr' Orhon "Phil Glatz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

Re: [PHP] Syntax for CURL

2001-05-21 Thread Tolga \"thorr\" Orhon
; You can find meanings of options at: http://www.php.net/manual/en/function.curl-setopt.php Some guidelines for options: USERAGENT is sometimes necessary on some sites as they do not let you connect if your browser is not known. FOLLOWLOCATION is necessary for following redirects on posting page. Y

Re: [PHP] function to complete strings with white spaces on the left

2001-05-21 Thread Tolga \"thorr\" Orhon
One improvment: $strpad = "HELLO"; echo str_pad(substr($strpad,0,17),17); may be more generic and secure... -- Tolga 'thorr' Orhon "Mark Maggelet" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sun, 20 May 2001

Re: [PHP] Max execution time exceeded in Unknown on line 0

2001-05-21 Thread Tolga \"thorr\" Orhon
. It is just like solving puzzle in Batman. Which products will kill you when combined :)) If you find something, let me know too. -- Tolga 'thorr' Orhon ""David De Graff"" <[EMAIL PROTECTED]> wrote in message 003401c0e103$3f4a7690$[EMAIL PROTECTED]">

Re: [PHP] sending attachements with mail

2001-05-21 Thread Tolga \"thorr\" Orhon
own. -- Tolga 'thorr' Orhon "Mark Wouters" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Nobody knows if it's possible to send attachements with mail()?? > > Thanks, > > -- > Mark Wouters > eXpanded Med

Re: [PHP] Random number

2001-05-18 Thread Tolga \"thorr\" Orhon
random numbers needed. Although book is for C you can easily port them to PHP. But for daily life, rand() in PHP is more than sufficient. -- Tolga 'thorr' Orhon ""Daniel Coronel"" <[EMAIL PROTECTED]> wrote in message 003401c0dfce$14f60b60$[EMAIL PROTECTED]">

Re: [PHP] HTTP socket connection

2001-05-18 Thread Tolga \"thorr\" Orhon
/ref.curl.php http://curl.haxx.se/ Tolga 'thorr' Orhon "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For my http socket connection, I am using > >"POST $abs_url HTTP/1.0\r\n". >"

Re: [PHP] Why is this not working

2001-05-17 Thread Tolga \"thorr\" Orhon
oad the .htpasswd file from > /users/domain/ > > Still not working though. > > ""Tolga "thorr" Orhon"" <[EMAIL PROTECTED]> wrote in message > 9e1fth$vi3$[EMAIL PROTECTED]">news:9e1fth$vi3$[EMAIL PROTECTED]... > > May be you

Re: [PHP] Why is this not working

2001-05-17 Thread Tolga \"thorr\" Orhon
May be you need to use absolute path for htpasswd. eg. /usr/bin/htpasswd Did u check for any error msgs? thorr ""YoBro"" <[EMAIL PROTECTED]> wrote in message 9e1fcd$pir$[EMAIL PROTECTED]">news:9e1fcd$pir$[EMAIL PROTECTED]... > After much investigation through many newsgroups and websites, I foun

[PHP] Re: mailing list php-general@lists.php.netµÄ×Ô¶¯»ØÐÅ

2001-05-17 Thread Tolga \" thorr\" Orhon
?? - Original Message - From: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2001 4:17 PM Subject: mailing list [EMAIL PROTECTED]µÄ×Ô¶¯»ØÐÅ >ºÜ¸ßÐËÊÕµ½ÄãµÄÓʼþ£¡ > > > =

Re: [PHP] A universal Database Class

2001-05-17 Thread Tolga \"thorr\" Orhon
PHPLib may be another option. "Brandon Orther" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am making a suite of online tools. Right Now I am connecting to a MS SQL > 2000 database. Is there any class out there that will let you send a query >

Re: [PHP] preprocessing

2001-05-17 Thread Tolga \"thorr\" Orhon
Well, one solution may be (although might not easy) to make your page A to submit to page B which process information and submits to page C via PHP - Curl functions. You may POST variables and even use SSL connection. It worked just fine for me. It is more reliable any javascript solution and rest