Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 12
1
2
3
11
>
Last
»
Showing results 1 to 25 of 280
Search took
0.36
seconds.
Search:
Posts Made By:
Adee
Forum:
PHP
03-21-2012, 11:03 PM
Replies:
2
One global instance of an object?
Views:
278
Posted By
Adee
One global instance of an object?
Ok so..
I have one script running via command line that is running on an infinite loop carrying out certain tasks.
This script contains an include of an instance of an object in another...
Forum:
PHP
03-20-2012, 08:30 AM
Replies:
2
Hidden query string values.
Views:
401
Posted By
Adee
Hidden query string values.
Hello,
I'm working with a forum, and when I click submit, it adds x and y values on to the data that i submitted.
i.e. choice=somechoice&choice2=secondchoice&x=59&y=42
these 2 values are...
Forum:
PHP
02-28-2012, 08:58 AM
Replies:
5
Urgent help needed to locate the content source of site
Views:
509
Posted By
Adee
Would need to see the directory structure first. ...
Would need to see the directory structure first. If there are no databases involved than it is stored in some other file.
test
Forum:
JavaScript programming
02-19-2012, 11:48 AM
Replies:
2
change an elements properties in window.open
Views:
520
Posted By
Adee
change an elements properties in window.open
hey, is there any way i can change an elements properties in window open?
i click a link and it opens a window with window.open, and i want to take something from the current page and place it...
Forum:
JavaScript programming
02-18-2012, 08:26 PM
Replies:
1
Add an element after another
Views:
330
Posted By
Adee
Add an element after another
I have the following code
<div class="thdnrml">
<td><a href="somelink">fonfof</a></td>
</div>
what i want to do is this:
Forum:
PHP
02-03-2012, 10:11 PM
Replies:
1
Problem with cURL.
Views:
276
Posted By
Adee
Problem with cURL.
I have this page: http://rs-downfall.com/scripts/graph/getPostStats.php
If you go to the bottom and look at the part where it says amount of members/posts/threads and then go here:...
Forum:
PHP
02-01-2012, 05:11 AM
Replies:
1
Need a way to organized my project.
Views:
203
Posted By
Adee
Need a way to organized my project.
Some background info:
This application is a tracking tool to monitor high scores of a game and keep track of user progress, etc.
An example of a record in the database:
id | username |...
Forum:
PHP
01-12-2012, 06:22 PM
Replies:
4
Site scraping.. job management.
Views:
392
Posted By
Adee
For example, one forum category has at least 1800...
For example, one forum category has at least 1800 threads in it all with possibly up to 50 pages
letting it run that long would take forever and when i need to run it again to update the index it...
Forum:
PHP
01-12-2012, 06:20 PM
Replies:
3
Key Logger Script For PHP
Views:
717
Posted By
Adee
Can't be done with php but can be done with...
Can't be done with php but can be done with javascript onkeyup events
Forum:
PHP
01-12-2012, 12:52 AM
Replies:
4
Display Date from MySQL in PHP form
Views:
503
Posted By
Adee
for whatever type of form field you have, in the...
for whatever type of form field you have, in the value field put <?php echo $dateTime; ?> where $dateTime is equal to whatever value u've pulled from the database.
Forum:
PHP
01-11-2012, 11:42 PM
Replies:
4
Site scraping.. job management.
Views:
392
Posted By
Adee
Site scraping.. job management.
There are these forums I want to index to provide a search utility for its users, as it likely won't ever have one.
Anyway, writing the code isn't the hard part, but when I initially start to...
Forum:
JavaScript programming
12-24-2011, 11:09 PM
Replies:
0
JQPlot stops displaying data..
Views:
411
Posted By
Adee
JQPlot stops displaying data..
http://rs-downfall.com/scripts/graph/players.php
I have this page.. If you view the source there is more data in the dataset than is being displayed on the graph.. Anyone know what the problem is?
Forum:
PHP
12-04-2011, 07:23 AM
Replies:
14
Building a redirect function
Views:
679
Posted By
Adee
the example I gave doesn't have to be used...
the example I gave doesn't have to be used between html>head tags.
Forum:
PHP
12-04-2011, 06:22 AM
Replies:
8
Generate list of all possible combinations of something?
Views:
1,677
Posted By
Adee
This is going to take a ton of memory.. a-k...
This is going to take a ton of memory..
a-k = 11letters, length 6 is over 330k combinations..
Even length 4 is almost 8k
Probably a better way to do this lol
<?php
Forum:
PHP
12-03-2011, 11:36 PM
Replies:
14
Building a redirect function
Views:
679
Posted By
Adee
thought that doesn't work when you've already...
thought that doesn't work when you've already output content onto the page
Forum:
PHP
12-03-2011, 09:04 PM
Replies:
3
Array organization..
Views:
488
Posted By
Adee
Thanks. Before using preg_replace on the...
Thanks. Before using preg_replace on the date/time it would have a bunch of spaces on either side.
Forum:
PHP
12-03-2011, 01:39 PM
Replies:
6
browser error PHP
Views:
381
Posted By
Adee
$_POST and $_GET are things that are sent when...
$_POST and $_GET are things that are sent when you submit a form.. Since you are declaring these things before you submit your form, you are getting a warning. It doesn't break the script. If...
Forum:
PHP
12-03-2011, 01:34 PM
Replies:
3
Array organization..
Views:
488
Posted By
Adee
Array organization..
Hi, I'll try to make this as simple as possible.
There's a site: http://rs2006.net/services/forums/forums.ws
What I want to do, is loop through each forum category ('news & announcements',...
Forum:
PHP
12-03-2011, 12:34 PM
Replies:
6
browser error PHP
Views:
381
Posted By
Adee
you're declaring the variables as items from...
you're declaring the variables as items from $_POST when post hasn't been sent yet..
Forum:
PHP
12-03-2011, 11:35 AM
Replies:
5
Is this possible?
Views:
343
Posted By
Adee
^ This. ---- You'd need a table for the...
^ This.
----
You'd need a table for the professionals. Probably storing an id, email, and zip code.
There could be multiple professionals in one zip code, depending on how it was done.
The...
Forum:
PHP
12-03-2011, 11:31 AM
Replies:
14
Building a redirect function
Views:
679
Posted By
Adee
i wanna say this should do it ...
i wanna say this should do it
function redirect($location, $time)
{
echo "<meta http-equiv='refresh' content='".$time."; url=$location'>";
}
Forum:
PHP
12-03-2011, 09:00 AM
Replies:
5
Is this possible?
Views:
343
Posted By
Adee
Yes, assuming all of the professionals were in a...
Yes, assuming all of the professionals were in a table.
Forum:
PHP
12-02-2011, 08:03 PM
Replies:
11
Resolved
DELETE query not working
Views:
663
Posted By
Adee
i don't think the table name needs to have any...
i don't think the table name needs to have any quotes around it
Forum:
PHP
12-02-2011, 07:49 PM
Replies:
11
Resolved
DELETE query not working
Views:
663
Posted By
Adee
ever think to try putting it into your actual...
ever think to try putting it into your actual database? phpmyadmin/command line.. try that
Forum:
PHP
12-02-2011, 07:34 PM
Replies:
11
Resolved
DELETE query not working
Views:
663
Posted By
Adee
o i see change to "DELETE FROM '$state'...
o i see
change to "DELETE FROM '$state' WHERE email = '$email' AND city = '$city'";
Showing results 1 to 25 of 280
Page 1 of 12
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:19 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.