Search Discussions
-
Yes, I know how to Google, and I've been Googling... But I would appreciate advice about good beginner tutorials using classes in PHP4 based on your actual experiences. I.e., have some of you found ...
Jeff Cohan
Sep 29, 2007 at 6:15 pm
Oct 11, 2007 at 2:01 pm -
Dear all, I hope you can help me. I am running FreeBSD 6.2 and I decided to upgrade from php 4.4.7_1 to php5-5.2.3_1. However, after removing php4 and installing php5 and php5-extensions I am unable ...
Zbigniew Szalbot
Sep 12, 2007 at 9:56 am
Sep 14, 2007 at 3:21 pm -
Hi Everyone :) I am attempting to add the ability to search a online database, and I thought that I have the code right, but apparently it's not... Here's the problem, when I type jason in the search ...
Jason Pruim
Sep 11, 2007 at 5:17 pm
Sep 12, 2007 at 12:34 am -
I have a directory that contains many images (no, not pr0n, unfortunately) and i'm working on an admin script for adding to it. I've got something that works alright but i'm wondering if there's a ...
Brian
Sep 26, 2007 at 7:11 pm
Oct 2, 2007 at 2:43 pm -
This may not be directly php related but I'm hoping that generating the code with PHP will keep it on topic. I'm looking for a way to generate dropdown/foldout menus (horizontal and vertical) on the ...
Arno Kuhl
Sep 3, 2007 at 2:03 pm
Sep 7, 2007 at 4:18 am -
The Spectral Authoring System is able to keep round about 300.000 Document Kategories in one Application. 1.4 Million Screentexts are in use, while still providing fast access. The complete ...
Sascha Braun - CEO @ Braun Networks
Sep 10, 2007 at 10:57 am
Sep 12, 2007 at 4:03 pm -
Hi all. this is more of a general question but Im sure some people will have experience and also it will be useful to others who are looking for the same answers as I am. What are the implications of ...
Angelo Zanetti
Sep 27, 2007 at 10:15 am
Oct 2, 2007 at 7:59 pm -
$Campaign_array| = array('0','1','3','5','8','15','25');| I know that I can find the next recored in a array using next. What I do not understand is if I know the last number was say 5 how do I tell ...
Richard Kurth
Sep 16, 2007 at 9:24 pm
Sep 20, 2007 at 8:35 pm -
Hello all, I am having a problem with trying to display a set amount of records from my result. I have verified that the correct values for my variables are being passed to the query. The calculation ...
Dan Shirah
Sep 19, 2007 at 2:05 pm
Sep 22, 2007 at 3:42 am -
I have a very large text file that gets dumped into a directoory every now and then. It is typically around 750MB long, at least, and my question is: What is the best method to parse this thing and ...
Paul Scott
Sep 20, 2007 at 11:24 am
Sep 21, 2007 at 7:08 am -
Hi all, In PHP 5, I'm counting the number of lines in a text file using the following code: $myfile = file ( '/path/to/myfile.txt'); $count = count ($myfile); However, sometimes it fails with the ...
Frank J. Schima
Sep 12, 2007 at 7:36 pm
Sep 13, 2007 at 5:48 pm -
The punchline question is: What am I missing? Now for the details. I have a form through which a user uploads image files. In the event the chosen file exceeds the MAX_FILE_SIZE (which I have ...
Jeff Cohan
Sep 20, 2007 at 7:44 pm
Sep 23, 2007 at 6:40 am -
How're you folks dealing with records that are auto incremented in MySQL after a delete is made? I've noticed the only way to get a sequential order back is to truncate the table completely. Do you ...
Steve Finkelstein
Sep 4, 2007 at 3:53 am
Sep 5, 2007 at 12:20 am -
Hi all... I'm facing a serious problem with my application. I have a script write in PHP that starts in Internet Explorer, this script keep on running until a varible value change on my MySQL ...
Rodolfo De Nadai
Sep 14, 2007 at 1:52 pm
Sep 19, 2007 at 11:06 am -
Hi NG! Just wanted to see what you think of the strictness of Buxa, according to their PHP guidelines: http://www.buxaprojects.com/en/php_coding_guidelines.htm In their oppinion stuff like the short ...
Magoo
Sep 8, 2007 at 10:31 pm
Sep 10, 2007 at 9:52 pm -
Rob/mlists You're certainly not encouraging PHP programmers to get involved with paid open source projects. That's a guaranteed $50,000 a yr, a little low perhaps by industry standards, but it is a ...
Unknown Sender
Sep 4, 2007 at 6:28 pm
Sep 5, 2007 at 6:47 pm -
13
Data request
Good afternoon folks, as this is not directly related to PHP, I put "OT" into the subject line... Just trying to stop them watchdogs from biting me ;o) Anyhow, I am looking for data, preferrably in ...Christian Hänsel
Sep 24, 2007 at 12:58 pm
Sep 26, 2007 at 1:01 pm -
Hey guys, Actually I'm still looking for a way to block for example the exec() function without throwing an error! Since there seems to be no way to do this, without hacking the code of php, it seems ...
Samuel Vogel
Sep 12, 2007 at 10:09 pm
Sep 14, 2007 at 5:19 pm -
Good Morning! Opening this file is proving to be a pain. I have a folder that contains a PHP page and a text file. I am trying to open the contents of the txt file using file() but it keeps erroring ...
Dan Shirah
Sep 5, 2007 at 2:24 pm
Sep 7, 2007 at 4:50 pm -
Hi, We need to work with a credit card checking company for an online store. The one we're looking at only offers an API implementation via PHP modules, or via SOAP protocol. Unfortunately our host ...
David Zentgraf
Sep 26, 2007 at 3:50 am
Sep 27, 2007 at 12:41 am -
Hi all, i'm in need to limit the numbers of conection to the database, whithout loose of functionality. There is a general strategy to achieve this? -- Stefano Esposito -- Email.it, the professional ...
Stefano Esposito
Sep 21, 2007 at 5:10 pm
Sep 24, 2007 at 8:53 am -
Hi everyone, I want to highlight (bold) searchterms in text. For example, for all words starting with "ethyl": a) replace "ethyl" by "<b ethyl</b " b) replace "Ethyl" by "<b Ethyl</b " c) replace ...
C.R.Vegelin
Sep 20, 2007 at 9:31 am
Sep 20, 2007 at 1:09 pm -
Dear my friends... I am trying to display the content of a table. Each page must content only 5 records maximum. Each page has "Previous" and "Next" buttons (made from anchor). I dump the primary of ...
Patrik Hasibuan
Sep 12, 2007 at 12:35 pm
Sep 20, 2007 at 1:41 am -
I need to program a socket server in PHP that can use a certificate and communicate over SSL. I'm doing fine without SSL. Can't use port 443 or the web server for this, so it needs to be a command ...
Paul
Sep 4, 2007 at 4:10 pm
Sep 6, 2007 at 2:22 am -
Hello everybody, I am maintaining a social network site. there each user can send other mail. these mails are not real mail rather message entry to database. I added a new feature so that every ...
Shiplu
Sep 2, 2007 at 2:33 pm
Sep 3, 2007 at 7:26 pm -
is there a function in php that will return the ip address of the dns server on the system? eg. $dns_ip = get_dns_ip_address();
Olav Mørkrid
Sep 1, 2007 at 5:13 pm
Sep 3, 2007 at 8:47 am -
Hi gang: I know that this is not a php question, but all of you are so smart I thought would ask anyway. I need to upload a 5 Meg sql file to a client's database. However, his site's phpMyAdmin shows ...
Tedd
Sep 11, 2007 at 3:35 pm
Sep 14, 2007 at 12:14 am -
Hello all and thank you in advance. I'm totally beginer in PHP . I'm developing: http://www.my3dgis.es/visor/visor.htm# At Options Herramientas Búsq
Jesús de Diego Alarcón
Sep 6, 2007 at 11:42 pm
Sep 11, 2007 at 1:31 pm -
Dear All, Would you mind to help ? Thanks ! Edward. -------- Original Message -------- Subject: Attachment Size and Memory limit with php and FC6 System Date: Thu, 27 Sep 2007 00:28:03 +0800 From: ...
Edwardspl
Sep 26, 2007 at 5:46 pm
Sep 28, 2007 at 2:11 pm -
I understand how to use PHP with MySQL to have a members table to validate passwords. And to limit the generation of "member" pages to members only. But what about photographs? If someone knows the ...
Stephen
Sep 6, 2007 at 8:04 pm
Sep 14, 2007 at 12:36 am -
Hi all, I have 2 page ,when I go from first page to second page , I don't want the user can back to first page where it come from. is there any way to do this in php ? to remove or disactive ...
Shahrzad
Sep 11, 2007 at 6:34 am
Sep 11, 2007 at 6:48 pm -
Hi, I'm not sure if this is the right place to post this, I have some decryption routines that use mcrypt that I need to decrypt in .NET, does anyone know how why I cant get this to work? ---- PHP ...
Symbian
Sep 7, 2007 at 8:46 am
Feb 28, 2009 at 3:43 am -
Hi NG! I wanna output several kinds of ascii files. Two things are bothering me right now: 1. I don`t get the PHP starttag (<?php) in my output, but the ending tags. Is there anything I can to to get ...
Magoo
Sep 23, 2007 at 1:52 pm
Sep 24, 2007 at 1:05 am -
Hi, Just wondering what people's general opinion is on working with XML in PHP? I like working with SimpleXML but DomDocument seems more useful in some cases (e.g. working with XSLT transforms etc.). ...
Colin Guthrie
Sep 20, 2007 at 7:37 pm
Sep 21, 2007 at 1:16 pm -
I am new to PHP and to email lists so I apologize in advance. What I am trying to do is to take a password from user input, check it to make sure it is == to something, say “burgers” My problem is, I ...
Andrew Prostko
Sep 19, 2007 at 10:49 pm
Sep 20, 2007 at 7:43 am -
Hey List, I want to know if it is possible to use PHP to find out if a visitor has Java Runtime Environment installed on a computer. Is there a way to use PHP to find this similiar to how PHP can be ...
Matt Livingston
Sep 5, 2007 at 9:17 pm
Sep 6, 2007 at 5:24 am -
Hi everyone, I'm working on a script that downloads archived fax images (TIFFs and PDFs) from a MS SQL Server using the PDO ODBC driver. I get the below error regardless of which fax I try to get ...
Carlton Whitehead
Sep 26, 2007 at 6:23 pm
Sep 27, 2007 at 6:13 pm -
I'm working on a intranet site that uses an LDAP server to authenticate users and then a integrated CMS (kind of like a wiki with security features so only certain people can post things or upload ...
Kevin Murphy
Sep 24, 2007 at 6:20 pm
Sep 25, 2007 at 9:27 pm -
Hello, I am writing a PHP script that is going to accept variables that are passed from a PDF form and should write both the name of the variable and its value to a text file. I can get the value ...
Eric Lommatsch
Sep 21, 2007 at 8:53 pm
Sep 24, 2007 at 3:53 pm -
Team, I am in need of some help. I would love to get some assistance on this. I need to start creating a database for my website. This will be for a fantasy football league website. To store stats on ...
Karl james
Sep 21, 2007 at 6:51 am
Sep 22, 2007 at 11:50 pm -
I've got a site (password protected, sorry) where I have this in the top of my template: session_start(); $iSessionId = session_id(); $iSessionName = session_name(); Then I have a bunch of links like ...
Kevin Murphy
Sep 17, 2007 at 8:26 pm
Sep 18, 2007 at 3:45 pm -
I need to convert (resize, and store as blob's in a mysql db) images my users can upload. I'm wondering what the best conversion tool is... I'm considering ImageMagick... Is this the best? Is their ...
Tony Di Croce
Sep 8, 2007 at 5:48 pm
Sep 8, 2007 at 11:19 pm -
Hi there, I am new to PHP classes and I do want to access a variable outside the class, but somehow that does not work. global also does not have any effect. In the following example I would like to ...
Merlin
Sep 29, 2007 at 9:25 am
Sep 30, 2007 at 2:47 pm -
I am trying to find out how to use php 5 to access a wsdl with the following structure. How do you send parameters to the service if the wsdl is like the following. - <s:element name="getPayment" - ...
Hurst, Michael S.
Sep 28, 2007 at 3:46 pm
Sep 28, 2007 at 8:10 pm -
I have a little trouble while trying to connect to gmail server. I already enabled POP on gmail. After experience a lots of errors with the command below, now I'm seeing no more errors, but it still ...
Fábio Generoso
Sep 19, 2007 at 4:01 am
Sep 27, 2007 at 7:09 am -
Hi Everyone, I have a question about sessions, I am attempting to store a search term in a session variable to that when it finds the set of records from the database it can export it to excel. The ...
Jason Pruim
Sep 21, 2007 at 6:06 pm
Sep 22, 2007 at 1:50 am -
Hi everyone, I'm having a hard time dealing with an error that appeared overnight in one of my PHP script: Fatal error: Undefined class constant 'self::TYPE_HIDDEN' in ...
Puiu Hrenciuc
Sep 19, 2007 at 1:15 pm
Sep 19, 2007 at 2:48 pm -
Hello, I have read here : http://www.geekzone.co.nz/tonyhughes/599 that I can use Gmail as a free SMTP server. Is it possible to change the php.ini in order to have this running ? I need to specify ...
Debussy007
Sep 16, 2007 at 7:17 am
Sep 17, 2007 at 9:08 am -
Hey, [Note:] This is a different problem from the one I posted earlier today. I can't get my LAMP server setup to run PHP script. As returned by apache2ctl, I am running; Apache/2.2.4 (Debian) ...
Randy Patterson
Sep 8, 2007 at 7:56 pm
Sep 10, 2007 at 1:48 am
Group Overview
group | php-general |
categories | php |
discussions | 177 |
posts | 1,025 |
users | 237 |
website | php.net |
237 users for September 2007
Archives
- May 2016 (50)
- April 2016 (43)
- March 2016 (95)
- February 2016 (56)
- January 2016 (55)
- December 2015 (49)
- November 2015 (32)
- October 2015 (76)
- September 2015 (83)
- April 2015 (54)
- March 2015 (186)
- February 2015 (211)
- January 2015 (149)
- December 2014 (132)
- November 2014 (46)
- October 2014 (147)
- September 2014 (71)
- August 2014 (101)
- July 2014 (138)
- June 2014 (182)
- May 2014 (154)
- April 2014 (104)
- March 2014 (113)
- February 2014 (220)
- January 2014 (157)
- December 2013 (96)
- November 2013 (135)
- October 2013 (171)
- September 2013 (211)
- August 2013 (268)
- July 2013 (227)
- June 2013 (211)
- May 2013 (312)
- April 2013 (276)
- March 2013 (392)
- February 2013 (194)
- January 2013 (135)
- December 2012 (193)
- November 2012 (131)
- October 2012 (346)
- September 2012 (361)
- August 2012 (336)
- July 2012 (248)
- June 2012 (287)
- May 2012 (340)
- April 2012 (323)
- March 2012 (588)
- February 2012 (370)
- January 2012 (303)
- December 2011 (233)
- November 2011 (336)
- October 2011 (477)
- September 2011 (410)
- August 2011 (424)
- July 2011 (429)
- June 2011 (549)
- May 2011 (679)
- April 2011 (421)
- March 2011 (588)
- February 2011 (488)
- January 2011 (669)
- December 2010 (657)
- November 2010 (593)
- October 2010 (809)
- September 2010 (586)
- August 2010 (513)
- July 2010 (693)
- June 2010 (903)
- May 2010 (882)
- April 2010 (1,085)
- March 2010 (1,280)
- February 2010 (728)
- January 2010 (934)
- December 2009 (604)
- November 2009 (616)
- October 2009 (1,128)
- September 2009 (895)
- August 2009 (1,370)
- July 2009 (1,382)
- June 2009 (1,367)
- May 2009 (1,236)
- April 2009 (1,255)
- March 2009 (1,915)
- February 2009 (1,493)
- January 2009 (2,185)
- December 2008 (1,376)
- November 2008 (1,203)
- October 2008 (1,471)
- September 2008 (2,084)
- August 2008 (1,605)
- July 2008 (1,428)
- June 2008 (1,240)
- May 2008 (1,156)
- April 2008 (1,383)
- March 2008 (1,576)
- February 2008 (2,278)
- January 2008 (2,060)
- December 2007 (1,118)
- November 2007 (1,420)
- October 2007 (1,301)
- September 2007 (1,025)
- August 2007 (1,612)
- July 2007 (1,943)
- June 2007 (2,069)
- May 2007 (1,783)
- April 2007 (2,320)
- March 2007 (2,217)
- February 2007 (1,525)
- January 2007 (1,796)
- December 2006 (926)
- November 2006 (1,405)
- October 2006 (1,538)
- September 2006 (1,129)
- August 2006 (1,367)
- July 2006 (901)
- June 2006 (1,861)
- May 2006 (2,003)
- April 2006 (2,144)
- March 2006 (1,779)
- February 2006 (1,656)
- January 2006 (1,524)
- December 2005 (1,394)
- November 2005 (1,767)
- October 2005 (1,424)
- September 2005 (1,807)
- August 2005 (1,948)
- July 2005 (1,791)
- June 2005 (1,824)
- May 2005 (1,830)
- April 2005 (2,275)
- March 2005 (2,354)
- February 2005 (1,827)
- January 2005 (2,363)
- December 2004 (2,248)
- November 2004 (2,402)
- October 2004 (2,425)
- September 2004 (3,006)
- August 2004 (2,936)
- July 2004 (3,023)
- June 2004 (2,086)
- May 2004 (2,227)
- April 2004 (3,101)
- March 2004 (2,840)
- February 2004 (2,663)
- January 2004 (2,898)
- December 2003 (2,157)
- November 2003 (3,184)
- October 2003 (3,770)
- September 2003 (3,136)
- August 2003 (3,485)
- July 2003 (4,348)
- June 2003 (3,807)
- May 2003 (3,815)
- April 2003 (4,108)
- March 2003 (4,111)
- February 2003 (3,807)
- January 2003 (4,028)
- December 2002 (3,234)
- November 2002 (4,217)
- October 2002 (4,078)
- September 2002 (3,487)
- August 2002 (4,198)
- July 2002 (5,986)
- June 2002 (4,413)
- May 2002 (4,732)
- April 2002 (4,553)
- March 2002 (4,218)
- February 2002 (3,643)
- January 2002 (3,883)
- December 2001 (2,872)
- November 2001 (3,183)
- October 2001 (3,688)
- September 2001 (3,833)
- August 2001 (5,019)
- July 2001 (4,829)
- June 2001 (1,446)
- May 2001 (3,323)
- April 2001 (4,458)
- March 2001 (4,369)
- February 2001 (4,531)
- January 2001 (5,302)
- December 2000 (4,120)
- November 2000 (5,100)
- October 2000 (4,856)
- September 2000 (3,469)
- August 2000 (5,386)
- July 2000 (5,082)
- June 2000 (3,434)
- May 2000 (762)