First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
Pure PHP
Hello, I want to write some of my ideas about php performance and maintenance. Also you may consider this response to Robert's template systems arguments. I hope my english does not disturb too much. As a uneducated php developer, I have open mind to anything. I try lots of things. After so many projects, ... 18 Jul 2008 15:29
SESSIONS QUESTION
Hi group, I'm still having trouble with sessions on a page and need help. I've been working with all sorts of configurations on this one but it doesn't seem to be working properly. Here's the scenario: I have a login.html page that thas two fields for user input i.e. a password (that is given to them) and an... 18 Jul 2008 21:40
Having trouble logging into a PHP Database program
Here is my authentication function: <?PHP function authentication($user, $pass, $link1){ // Keep in mind, PASSWORD has meaning in MySQL // Do your string sanitizing here // (e.g. - $user = mysqli_real_escape_string($_POST['user']);) $user = mysqli_real_escape_string($link1, $_POST['user']); ... 18 Jul 2008 14:27
very very small CMS
Hello I am looking for a simple php CMS. Can anyone help? -- OOzy Ubuntu-Hardy ... 20 Jul 2008 10:25
Anyone use Zend framework
Does anyone use the Zend Framework? Is it fast? -- Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com ... 19 Jul 2008 14:00
Trailing Spaces Problem
Hi, I have a code here as the following: <?php $string="1 0 70.208 61.613 1.424 3.689 61.404 0.000 0.000 0.000 0.000 0.000"; $data= explode("\t", $string); echo "1: ". $data[0] . " 2: " . $data[1] . " 3: " . $data[2] . " 4: " . $data[3] . " 5: " ... 18 Jul 2008 12:23
Returning SOAP array type
Hi, I have a web service with an array type I am trying to return. I can't seem to find the right answers anywhere... First, the WSDL piece: <xsd:complexType name="getQuoteHistory"> <xsd:complexContent> <xsd:restriction base="SOAP-ENC:Array"> <xsd:sequence> ... 18 Jul 2008 10:18
Optimization of PHP Code
Hello All, I am developing the web site in PHP using MYSQL database. Can you please provide me some tips to write the optimized code. Best Regards, Manoj Kumar Singh ... 20 Jul 2008 14:32
problem with DOMDocument
hi I have trouble while creating an DOMDocument. When I make $test = new DomDocument('1.0'); php tells me a warning error like: Entity: line 1: parser error : Start tag expected, '&lt;' not found ... Because of unknow reasons the DomDocument constructor expected a tag like '<test />'. Ive looked in the... 18 Jul 2008 10:18
PHP documentation parsing?
As you maybe know, the program "kdevelop" under Linux has a built in documentation browser which uses the online php documentation which was on the homepage of the Minnesota university. Since this homepage isn't available any more the documentation is broken. I tried to link to the new page, but the doc-browser u... 19 Jul 2008 14:00
First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79