How can i add a custom select in PHPMaker code
I’m currently trying to modify an order entry system made in PHPMaker, the problem is that I don’t have the .pem files for the project so I’m trying to add an input directly in the code to take the value and save it in the database but it doesn’t work for me.
How to check if a PHP project works well with a new PHP Version
Is there a good way to test if a PHP project works well with a new version of PHP?
Lets say we have a project developed under PHP 5.0 and want to run it now with PHP 5.4. The project have no unit tests or something like that.
How to check if a PHP project works well with a new PHP Version
Is there a good way to test if a PHP project works well with a new version of PHP?
Lets say we have a project developed under PHP 5.0 and want to run it now with PHP 5.4. The project have no unit tests or something like that.
Scripting language for filling out web form
I have a job as an intern at a technology company, I was given the unfortunate job of performing some data entry into our web management system. The information entered into the web form is stored in a MySQL DB. Upon receiving the data I realized I would have to submit this online form about 1000 different times all consisting of about 10 different text fields / check boxes per form. (So in other words, would be completely mind numbing and be a ridiculous waste of time and resources, or so I thought…)
Moving from PHP to Python – framework considerations
As a long time PHP developer, I am now starting to explore the Python world.
CSRF Protection with codeigniter
I have very little knowledge in application security. I have often seen to protect your application from csrf attacks developers use tokens and pass these tokens with request to validate. I want to know if i just validate the request is coming from my server and rejects all requests coming from any other server how can it be unsafe?
PHP – Internal APIs/Libraries – What makes sense?
I’ve been having a discussion lately with some colleagues about the best way to approach a new project, and thought it’d be interesting to get some external thoughts thrown into the mix.
Is it recommended to use DocBlock even if I’m not using phpDocumentor?
I’m developing a simple website for a client.
Is it bad to learn multiple programming languages? [closed]
Closed 12 years ago.
PHP function __autoload($class_name) how to Load two class path directories
I am using following function to autoload classes, it works fine if i am using only one directory called ‘classes’ however when i try to use Smarty lib also it fails and give me the error