Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Views: 488
Posted By Adee
Question 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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 03:19 PM.