Problem Processing Large cURL Request
I am having a heck of a time trying to process a large cURL request. I keep running into issues with the mysql server timing out and also using the callback function within the cURL script (see below)....
View Articleduplicate email check code
I'm no PHP whiz, but I get by ok. I have this one chunk of php generated by Dreamweaver (no comments please) and the page (containing a table insert function) works fine, but as soon as I add this to...
View Articleif statement issue
Hey guys, I have an series of if statements that I believe to be correct, comparing to examples I have found. Anyway, the first 2 parts of the if statement work providing "Content #1" and "Content...
View ArticlePHP search page elements
Hi everyone, Please bear with me as I try my best to explain the following. I'm working on a shopping script, specifically the search page. Now on this page the user will have several options to...
View ArticleLogging in and setting sessions
alright, this is a big screwy problem that I am trying to fix. The first thing is that I have a global php document loading into all php documents. The code is as follows: <?php session_start();...
View ArticlePrepared statement in if conditional not working as expected
EDIT: Nevermind, my issue was that the function wasn't returning anything. The DB connection wasn't being returned out of the function. I can't for the life of me see why this prepared statement...
View ArticleHelp to get inline HTML to show correctly
I am doing a search engine for free for a Autism site. I am having a problem with a php query returning an embedded link from a MySql db. The issue is it returns http://mysitename.com and then...
View ArticleSupposed to be showing the date
<?php echo "Hello World. Today is ".date("1")."."; ?> How are you ? Hello World. Today is <?php echo date("1"); ?>. How are you ? I cant understand my code is like the example.. help...
View Article1and1 Shared Host + Error Log File
I'm trying to use the following script given to me by 1and1 to generate an error log for php. This code is not creating a new file or updating the file even if I create it manually. //set time zone of...
View ArticleNeed Help In Sign Up Form
Hello guys this is string1301 i am new to php and i don't know much about php but just in recent days i have started to learn php as i am new in php but i am good at static web pages design so some...
View Articlehelp with sessions
alright so I have muliple different files and I think I know where my error is. I want to have my page set so that when a client logs in they they set the logged variable to 1 and not 0. So far...
View Articletrying to validate my page, send message back to submitter, and send email.
I am trying to validate my form and then send a message back to the submitter and then send an email to me with the information the submitter inputed. <?php include_once("analyticstracking.php")...
View ArticleFunctions and MySQL Connectivity issues
I am trying to create a script (from a tutorial I try to adapt to my own needs) and I am running into a few problems. Here I go... I have an /includes folder which contains the following:...
View Articlemessaging system
Im trying to create a message system my database field has userid, receiveid, username, receivename, message, date, read userid is the id of the person sending the message receiveid is the id of...
View ArticlePHP help for pagination...HELP!
Hi folks, you could help me with a PHP question. I changed our pagination from .../?page=0%2C0%2C1 to ?page=1. The problem now is that a few custom codes aren't working anymore. There is one code...
View Articleerror from script
Hi, I am getting this error when I search for a subcatagory, I have uploaded the previous code that links to this script also, any help would be appreciated as i have spent alot of time trying to...
View Articleone common variable in php class
Hello guys. I have a file with the above function that returns the $db variable. function mysql_init(){ $db = new PDO('mysql:host=localhost;dbname=geneticDb;charset=utf8', 'dev', 'dev');...
View ArticleFatal error - help needed!
Hi all, I was trying to update Tapatalk (from 3.9 to 4.2) on my forum (phpBB 3.0.12) and I get this error when I get to the external installer link (if anyone here's familiar with Tapatalk?)...
View ArticlePopulate an arrayed dropdown when clicked
Hi, I have a 2d array of form elements in a table, as seen here. Among those elements are dropdown lists. One shows college names and the other shows what degree that person has. These are...
View ArticlePHP Telnet Error?
Hi all we are currently getting problems loading a telnet application using PHP we are getting the following time out error whilst trying to the script? Could anyone have a look and see if they could...
View Article