First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
[PHP] Some undefined function errors
you might want to also check your architecture flags for your compiler. i ran into this problem on a mac when I was compiling php and by default it tries to make a 32 bit and 64 bit binary, but pg was compiled as 64 bit only. I found that the php compile did not fail, but i was "missing" some functions just like yo... 20 May 2010 20:31
Some undefined function errors
Hi all. Recently, I wrote an email about the problem I was having with some Postgres functions that when those functions were called, I received the following error: "Call to undefined function <function_name>". After some answers, I decided to rebuild a brand new linux virtual machine with Apache + PHP + Postgre... 20 May 2010 12:48
Automatic PHP Security tool
Hi people, I would like to know if there´s some App that run automatic test against a PHP Application to detect security issues, potential bugs and so on. I know this kind of applications exists for other fields of IT, but I don´t know if there are some application or tests to run against a PHP App. Might be so... 20 May 2010 09:28
How to prevent duplicate record insertion after refreshing phppage
Deva wrote: Hi, If I do refresh after submission of a form, records are getting stored multiple times. I have two pages. /submission-form/ and /thank-you/ I was trying header('Location: /thank-you/'); on submission-form page after successful validation and insertion into db. Still if I do refresh ... 19 May 2010 17:10
How to Protect Against SQL Injection Attacks While Using SQLite?
On Wed, May 19, 2010 at 15:28, seandakid <seandakid(a)hotmail.com> wrote: Hi, Have you ever used the BIND statement? http://www.sqlite.org/c3ref/bind_blob.html http://www.sqlite.org/c3ref/bind_blob.html Have you looked at the date of that thread? -- </Daniel P. Brown> daniel.brown(a)parasa... 19 May 2010 16:03
How to Protect Against SQL Injection Attacks While UsingSQLite?
Hi, Have you ever used the BIND statement? http://www.sqlite.org/c3ref/bind_blob.html http://www.sqlite.org/c3ref/bind_blob.html -Steve NotReally GonnaTell wrote: Hello all, I am wondering how I should prevent SQL injection attacks while using SQLite, MySQL has the trusted mysqli_real_esca... 19 May 2010 16:03
Versión del MySQL en PHP
Hola colegas. Neceseto saber con qué función de PHP (si la hay) puedo optener la versión del MySQL que estoy utilizando. Gracias de antemano. Hello friends. I need to know with what function of PHP (if it exists) I can obtain the version of the MySQL that I am using. Thank you ahead of time. -------------... 19 May 2010 14:56
Version de MySQL
Hola colegas. Neceseto saber con qué función de PHP (si la hay) puedo optener la versión del MySQL que estoy utilizando. Gracias de antemano. Salu2 ------------------------------------------------ MSc. Carlos Pollán Estrada. Esp. Ciencias de la Computación. Archivo Histórico de Manzanillo. Cuba. ... 19 May 2010 14:56
How to prevent duplicate record insertion afterrefreshing php page
On Wed, 2010-05-19 at 17:43 +0530, Deva wrote: Hi, If I do refresh after submission of a form, records are getting stored multiple times. I have two pages. /submission-form/ and /thank-you/ I was trying header('Location: /thank-you/'); on submission-form page after successful validation and inse... 19 May 2010 10:28
How to prevent duplicate record insertion after refreshing php page
Hi, If I do refresh after submission of a form, records are getting stored multiple times. I have two pages. /submission-form/ and /thank-you/ I was trying header('Location: /thank-you/'); on submission-form page after successful validation and insertion into db. Still if I do refresh on thank-you page it adds ... 19 May 2010 09:21
First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57