Hi All
I need to know how to change the phpmyadmin timeout value (I.e session expire time) on my Debian Linux server.
Thx
Quick question, whats the easiest way to get the last ID number inserted into a database?
Here's what I need to do.
My php application needs to pass a PDF off to a page, which will let the user view the pdf, zoom and pan.. but not let them actually have access to the pdf itself...
Hello,
Can anybody give me a simple way of inserting a user input data for example a choice from check box button, into database in form of array.
TQ in advance for your answer.
I want to fake ip in curl_setopt function.
this is my code:
<?php
// create a new cURL resource
$ch = curl_init();
// set URL and other appropriate options
curl_setopt($ch, CURLOPT...
How do I use cURL to simulate pressing the Submit button on a form?
The form has my username and password hardcoded into it. So the cURL script does not need to send that data; it just need...
I will be interviewing a PHP developer this week, and although myself have only worked briefly in PHP, only to the extent of building my own shopping cart application and general basic stuff. ...
Hello Experts,
We are developing an php/mysql application where in we are planning a menu as seen in the following website( http://www.xtrememac.com/ ).The menu options should come from the...
I have switched from one ISP to GoDaddy. I have used the PHP mail() function on numerious servers with other ISP's and it works great. Now that I switch to GoDaddy it is not going LOL. Here is...
Hi there,
I've checked all posts in regards to checking if JavaScript enabled or disabled on the remote computer. I would like to solve that task my way but I do not understand why it's not w...
I'm creating an application that needs to have certain preferences / initialization settings globally available to functions, etc. When using the code below, the variables declared outside th...
Hi,
I would like to use PHP to transfer files from remote servers onto my server. I have been informed that wget is the best method to use, the only problem is, I don't know how to use it! :)...
hi,
I have a web site and I need a routine in php or javascript (or whatever) to perform a check if the macromedia flash player is installed on the computer (specially flash mx) if not inst...
I am trying to check a variable and if it doesn't equal one of several values execute some code.
It seems there is something wrong with my logic. Basically with the code below $r does equal...
I am trying to do a login function using Md5 encryption. Here is my function in php:
function authenticate($username_auth, $password_auth){
$connection = mysql_connect(localhost,xxxxx,xx...
I have some PHP files encoded by Zend Encode, how to decode them to original PHP source code?
Hi! I'm looking for a method to create a tree structure or hierarchy from an array like the one below. Is it possible?
Hi all.
This is a tough one. I'm trying to integrate the code from http://swfupload.mammon.se/ into Code Igniter, an MVC framework for PHP. I want to allow for multiple uploads of images o...
Is there a way to do a page redirect in PHP without using the header() function? I'm trying to eddit a script such that when it hits a certain point it will be redirected to a different page ...
Hi, i have a PHP script which generates links like this
javascript:location='index.php'; window.open('view.php?id=2', 'View Page', 'height=250, width=250, scrollbars=yes');
but the links do...
Hi,
When i use "yum info php" command I be able to install PHP 5.0.4, but I need to install PHP 5.2.4.
Is there any way to "add" the new version to the YUM?
Does anyone know of a PHP to C# (ASP.NET) converter? Php is great, but I have a really big open source application that I need to use in C# to be compatible with the rest of an application i ...
Hi,
I've got some problems while using the GD library with PHP:
1. How can i layer a transparent png/gif image onto a colored background without the white border that surrounds the non-tr...
I need to remap an array..
and I have specific array keys I need to rename...
how do I change the name of a key in an array?
Our web host has the open_basedir setting enabled so that the local value is '/usr/local/psa/home/vhosts/our_domain.com/httpdocs:/tmp'. I want to add a folder '/usr/local/psa/home/vhosts/our_d...