PHP Include workaround need for tough/rough coded site
Yeah, godaddy skewed me. I got upgraded from php 4 to 5 and the external include will no longer work. Well I tried/put the include file into the root folder and still nothing. The errors are at...
View ArticleCould someone help review this code & process?
I came across a site that showed how to record the IP address of images requests on a server. It is a fairly simple process with a .htaccess file, the logging process file (iplogger.php) the log file...
View Articlehelp with php concatenating
Need help with php concatenating. $page = array('1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26','27','28','29','30'); $city...
View ArticleCan anyone help me...
How to count the unique visits of the same ip in 24 hours.. I'm not sure how to implement this... Can i do it using COOKIE??? If i use cookie then the user can delete the cookie from the browser...
View Articledisplay column names from database in returned values table
Hi. I have a html seach form and a php page. basically a user can enter the column name selections in the search boxes and select the relevent columns from the database. the data is returned...
View Articledisplay column names from database in returned values table
Hi. I have a html seach form and a php page. basically a user can enter the column name selections in the search boxes and select the relevent columns from the database. the data is returned...
View ArticleIs it necessary to learn Smarty?
Hello all, I start learning php for several weeks. I got to know Smarty recently. It looks very complicated. Do you think it's necessary to learn it?
View ArticleHow can I add geo coding into database
I have a script that takes the user's input and stores it in a database. Part of the script geo codes the address into lat and lng. What I would like to do is to store those results into the database....
View Articledelay the sending of email in php
Hi everyone, I am working on a site, that will allow dentist, doctors and the like to set up automated E-Mail reminders for their clients, instead of having to call them. I am relatively...
View ArticlePHP Sidebar Problem
Please help. My client added some or other validation code to her sidebar php file and then deleted it, and I am sure she deleted something else important as we now get this error, instead of the...
View ArticleCan anybody review my code and see what im doing wrong
Can any body help me with the script below, i call it to a web page via Includes newtime.php and it should show a open or closed gif between the hours ive set for each day on that web page11am - 3am...
View Articlewhat header, Content-Type should i use for a .reg file?
I'm having a webpage that generates a file after you set post a path value(text). I am using this the code bellow to set its type and its working fine. header("Content-Type:...
View ArticleDisplay results in a text box to be edited for update query
Hello, I'm trying to display the results of my query in a text box so that they can be edited, if need be, and updated in the database. I'm getting the error below, with the code below. I've tried a...
View ArticleTabbed Menu
Hello, I am working on a page that uses a master page and I would like to have a tabbed menu on that page that will allow user to view different graphs, but I am not sure how to do this. I am...
View ArticleMetadata user to explore structure of tables
user input string into browser, system returns the name of any table that contains this string . and when user click on the name of a table display the names of all attributes in that table, and...
View ArticleFunction no longer working / wont check if email already exists
Hey freaks, i have been working on a log in / register system for a couple days now, and i am in the process of finalizing my end users activation of a newly registered account. I was having no...
View ArticleBegginner - I need some help
Hello PHPFreaks. First time here and ive been trying to check through the forums for some help. But i cant seem to figure it out.Whatever, lets get to the point. Im running a webpage for LAN events....
View ArticleDisplay data in columns instead of rows?
Hi there, I've currently got my PHP echoing HTML code displaying the results of a MySQL statement in tables, for every department that there is, the page will display results per department in an...
View ArticlePHP, Curl, and JSON
Hey all. I've been playing with curl via the PHP command line, and I came up with this little curl based API interface to display the current BTC price from mtgox.com via the API. I've tried dumping...
View Articlephp create bew database/ user and tables
Hey! Need script with webform where i put database name. Username and password and it create new mysql database. I dont want do it phpmyadmin. I want do it in website. I try and try all different...
View Article