parsing twitter json request
Hi all. I am trying to get a list of the 3-5 most recent tweets from a feed. Using Abrahams OAuth I've been able to do it, but what I get back is a wall of information. I'm trying to figure out how...
View Articlesending a list from a form to a mysql table as 1 record can i
is this possible please, I need to be able to allow my users to past a list into a text area on a form that looks like this EZ_DUZ_IT_12 1415 tootie 1245 BigDuke6 1205 HOBOPEG1 1095 nearly_nuts 860...
View ArticleDisplaying contents of Sqlite Database in php
Hi , I have "testdb.s3db" sqlite database in the project folder.. I have created few records in a table also, I'm stuck in retrieving the records in GridView .. I need your kind attention...
View ArticleSum in every individual
Hi coders, do you think it is possible to get the sum of every Individual like below?
View Articleunable to sort array
For some reason I can not sort the array list, can anyone tell me what I am doing wrong ? My output is... Array ( [0] => 2 [1] => 5 [2] => 3 ) 1 $product_length = 2; $product_width = 5;...
View Articlemysql output inside mysql output
Hello, I need help with one thing, that relies in how to insert dynamic data in a middle output in something from database. A simple example could be: <div align="SOMETHING">blah blah</div>...
View ArticleFacebook like Search Engine
Greetings, as what the title says I want to add search function to my website that looks like facebook (even if you dont press ENTER the result can be seen already and it searches for every letter...
View Articlehow to write api for my site?
Hi All, Please anyone help me to write api for a portal sites. I am new to api services. Please anyone tell me how to use REST. Also i would like to know what is the difference between rest and soap....
View ArticleIfinite loop faster
Hey guys! I am currently working on an unlimited tree list that is taking for ever to load ... takes abbout 30 secondes ... My client created a list with over 2500 items going up to 5 of profound. My...
View ArticleNeed help with Form Validation
Hey guys. I am trying to create a simple form validation. But everytime i submit the empty form I get the following error: "Warning: Illegal offset type in isset or empty in ....../index.php on line...
View ArticleSelect Multiple on Form Dropdown
I need some assistance changing a single select into a multiple select form drop-down. I am having issues with the multiple selections storing. Thank you for your help! $var = " <script...
View ArticleNew to PhP, Help setting up Header.tpl and Footer.tpl
Hello Freaks! im looking to set up a header.tpl and a footer.tpl on a new website i want to make, i was wondering if there was a template anywhere that has these? or what files to edit and put the tpl...
View ArticleSecure PHP Emailing
Hi, so I'm creating a site for a client right now. It's mostly just front-end design but there are little bits of PHP. I'm good with most things on PHP and know how I would do this simply in PHP but...
View ArticleCustom error message
Hey there, I have recently been drafted in by a friend to help create a web page that can be used externally alongside his website that he has recently created on bigcartel.com. The purpose of the page...
View Articleget values of the second <td> in every <tr> in local file
Hi all, I have a html file on my server so it is a local file. I would like to get the value of every second <td> in each <tr> as I said it is a local html file and is written as...
View ArticleMost efficient way to calculate uptime for servers
I have a toplist site that allows users to submit their private game servers to my site. And one of the new features I plan on implementing is online status and uptime percentage. I have planned to...
View Articlestuck in email (minor problem)
hey friends.. the script is sending email .. but the problem is email is not showing the name and the email id of the sender,, rather it showing the hosting provider name.. as it was sending email to...
View ArticleBrute-forcing with a recursive function a chess knight puzzle
I want to solve a chess knight puzzle (it is for the testament of sherlok holmes game ) I have a 8x8 size chess board and the knight starts at (0,0). I got to find a sequence of moves to cover every...
View ArticleDisplay the FullName of a logged-in user
I'm trying to display the "name" of a user who has successfully logged in to my website. It is based a simple open source script. Here's the fully working unmodified code which displays the name, uc...
View ArticlePHP Warning system () has been disabled for security reasons
The code I am having a problem with is this: ob_start(); $resultTxt = system($command, $result); $errTxt =...
View Article