Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 37
Search took 0.09 seconds.
Search: Posts Made By: topdown.me
Forum: PHP 06-15-2013, 04:27 PM
Replies: 7
Views: 205
Posted By topdown.me
Thank you very much. I found...

Thank you very much.
I found http://www.ultramegatech.com/2010/05/round-robin-tournament-scheduler/ to be very useful.
Forum: PHP 06-14-2013, 08:59 PM
Replies: 7
Views: 205
Posted By topdown.me
whot? How did you get to this conclusion? This is...

whot? How did you get to this conclusion? This is just a small piece from my website. I'm running a browser based game with alot of features, and I want to impelement a league system.
What I'm...
Forum: PHP 06-14-2013, 11:16 AM
Replies: 7
Views: 205
Posted By topdown.me
Any help? Please. Another explenation: I...

Any help? Please.
Another explenation:

I want to make a script that will generate all possible matches from 1 to 16.
More info: I have 16 players in a tournament. I am developing league system...
Forum: PHP 06-13-2013, 04:44 PM
Replies: 7
Views: 205
Posted By topdown.me
Help - Generating league matches

Hello.
I am building a script that when I run it will generate all my league matches.
I have 16 players.
I want to do that when I run this script it will generate in a database table all needed...
Forum: Apache configuration 06-02-2013, 04:44 PM
Replies: 1
Views: 323
Posted By topdown.me
Redirection to ?page=home

Hello.
I want to force users to be unable to move to: mysite.com and want to make the website accessable only via mysite.com/?page=home
How I can do this?
Tried htpaccess, but it flooded in...
Forum: PHP 06-02-2013, 04:43 PM
Replies: 2
Views: 162
Posted By topdown.me
Redirection to ?page=home

Hello.
I want to force users to be unable to move to: mysite.com and want to make the website accessable only via mysite.com/?page=home
How I can do this?
Tried htpaccess, but it flooded in...
Forum: JavaScript programming 11-13-2012, 01:58 PM
Replies: 1
Views: 266
Posted By topdown.me
Tooltip in bad position

Hello. My tooltip is working good, Unless I'm visiting a specific page in my website.
In this specific page, I have this code:

<script type="text/javascript" language="javascript">
// Kick off...
Forum: JavaScript programming 11-11-2012, 08:02 AM
Replies: 7
Views: 621
Posted By topdown.me
Thank you, should be good. Edit: no, its not...

Thank you, should be good.
Edit: no, its not good.. I cant loop my options.. \:
Forum: PHP 11-11-2012, 08:02 AM
Replies: 23
Views: 1,114
Posted By topdown.me
I had no idea where to post this, because I has...

I had no idea where to post this, because I has to be combined. I need to loop all the "foods" and "drinks" from the database using PHP.

Anyway, someone gave ma a link that I think might be good -...
Forum: PHP 11-10-2012, 08:55 PM
Replies: 23
Views: 1,114
Posted By topdown.me
I'll say it simple: When I pick FOOD option,...

I'll say it simple:

When I pick FOOD option, I get list of foods I can choose!
When I pick DRINK option, I get list of drinks I can choose!

thats it...
Forum: JavaScript programming 11-10-2012, 07:13 PM
Replies: 7
Views: 621
Posted By topdown.me
Need help here. Something that can be good for...

Need help here.
Something that can be good for me too:
When an option is chosen in Select 1, Select 2 shows up. when another option, Select 3 shows up, etc..
Easier?
Forum: PHP 11-10-2012, 06:54 PM
Replies: 23
Views: 1,114
Posted By topdown.me
Change [Select 2] options when [Select 1] option is changed

Hello.
I have 2 selects in a form:
Select 1
-food
-drinks
Select 2
-hamburger
-cheetos
-orange juice
-cola
Forum: JavaScript programming 11-10-2012, 12:43 PM
Replies: 7
Views: 621
Posted By topdown.me
This is not Homework lol, I just used it as...

This is not Homework lol, I just used it as example of what I want so you can understand me easier :D

btw, its not helping me since I need to use PHP to loop all my options, wich is impossible to...
Forum: JavaScript programming 11-10-2012, 12:00 PM
Replies: 7
Views: 621
Posted By topdown.me
Change [Select 2] options when [Select 1] option is changed

Hello.
I have 2 selects in a form:
Select 1
-food
-drinks
Select 2
-hamburger
-cheetos
-orange juice
-cola
Forum: MySQL 11-09-2012, 12:48 PM
Replies: 4
Views: 389
Posted By topdown.me
It will show only one reslt, doesnt it? And if...

It will show only one reslt, doesnt it?
And if I want to show the the top 3?

edit:
I found out how to do it and it works,
$getcontent = "SELECT .. FROM
( SELECT .. FROM moviesdb
UNION ALL...
Forum: MySQL 11-08-2012, 08:16 PM
Replies: 4
Views: 389
Posted By topdown.me
Get the highest views from all tables

Hello
I have 2 tables and both of them has "views" column.
I want to use PHP and run a query that will show the highest views content from this two tables, mixed.

How I can do such a query?
Forum: PHP 11-08-2012, 07:55 PM
Replies: 4
Views: 371
Posted By topdown.me
When Im using datatime the record changes to...

When Im using datatime the record changes to something like this:
12-11-13 21:54:53

And its harder to check like that "Last week hits" and data like that..
Forum: PHP 11-08-2012, 06:25 PM
Replies: 4
Views: 371
Posted By topdown.me
Php Time() Questions

Hello.
I want to use Time() to store dates in my database instead of Date() because with Time I can check latest records of the week, day, etc..
So I have few questions:

1) What is better to...
Forum: Apache configuration 11-07-2012, 01:49 PM
Replies: 2
Views: 584
Posted By topdown.me
htaccess RewriteRule

Hello.
I have $_GET search in my website, and im trying to make the search url:
weburl/search/*keyword*

but whenever I run my search, the url chagnes to weburl/search/?keyword=hiall

What I...
Forum: MySQL 11-06-2012, 07:57 PM
Replies: 3
Views: 540
Posted By topdown.me
Mysql As

Hello all.
I have PHP Query:

$query = "(select movieid,namehe,nameen,poster,plot,imdb,janer, 'moviesdb' as movies FROM moviesdb where nameen like '%$keyword%' or namehe like '%$keyword%')
UNION...
Forum: PHP 11-05-2012, 11:05 AM
Replies: 5
Views: 331
Posted By topdown.me
Search in 2 tables

Hello.
I have a search in my database for 2 tables, but I need to know from what table the column is taken.
This is my code:

$query = "(select namehe,nameen,poster,plot, 'moviesdb' as namer FROM...
Forum: PHP 10-16-2011, 08:24 PM
Replies: 7
Views: 331
Posted By topdown.me
Thanks it's looking like what I need. hope it...

Thanks it's looking like what I need. hope it will work.
Forum: PHP 10-16-2011, 06:55 PM
Replies: 7
Views: 331
Posted By topdown.me
I made all this and saved as xml, but it wasn't...

I made all this and saved as xml, but it wasn't correct rss file, that's why i need help
Forum: PHP 10-16-2011, 05:35 PM
Replies: 7
Views: 331
Posted By topdown.me
name of some of my columns that i wish to feed: ...

name of some of my columns that i wish to feed:
1) name - the article name
2) descripition - the article descripition
3) image - the article image
Forum: XML 10-16-2011, 05:33 PM
Replies: 2
Views: 923
Posted By topdown.me
I need CMS TO RSS not RSS TO CMS watch what...

I need CMS TO RSS not RSS TO CMS

watch what you say carefully, spammer.
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT +1. The time now is 08:15 AM.