Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
~11.7K People Reached
About Me

Territorial Soldier

Favorite Tags

80 Posted Topics

Member Avatar for owaithaka

I'm not sure which database you are trying to connect to but try [url]http://www.connectionstrings.com/[/url] It should be able to help you work out if the problem is with your connection string or not

Member Avatar for PrakashIdnani
0
2K
Member Avatar for mikeSQL

well i had a few hiccups where it was just echoing the php file so here are the few changes i made to get it all working [CODE] <?php $id = $_GET['id']; if ($id == 'index') { echo("This is the INDEX file"); } if ($id == 'portal') { echo("This is …

Member Avatar for kosher_12
0
247
Member Avatar for OmniX

not totally sure if this would work but have you tried using header('Location: script name'); its a nice php way to go to a page, not sure if it would work though. or you could use a nice bit of JavaScript/AJAX

Member Avatar for ax8l
0
555
Member Avatar for Imaginative 1

[QUOTE=platinum8;864592]I would say better you could get knowledge about server-side languages like PHP, Perl, ASP.Net, Ruby/Rails, Python/Django, etc. if you want to build a browser-based game. I feel [URL="http://acidavengers.co.uk/tutorials/PHP%20Game%20Programming.PDF"]E Book i bought [/URL] might help you.[/QUOTE] Wow i love how you link to my site and even use the exact …

Member Avatar for IntraDevJosh
0
312
Member Avatar for jjasoningram

[CODE=PHP] mail(" . $busmail . ","Order Confirmation","Your Order Has Been Received And Is Now Being Processed. [/CODE] needs to be [CODE=PHP] mail($busmail, "Order Confirmation","Your Order Has Been Received And Is Now Being Processed. [/CODE]

Member Avatar for nav33n
0
144
Member Avatar for wrestle23
Member Avatar for Wraithmanilian
0
155
Member Avatar for MrMonirul

not sure if it would make a difference but get rid of the space after "[" and maybe change $abc = to $SOMEOTHERNAME =

Member Avatar for vicky_rawat
0
159
Member Avatar for Orbit2007

get rid of the semicolon ";" after while($i>=1).... but the way in which you are doing the while loop will cause an infinate loop

Member Avatar for johnsquibb
0
144
Member Avatar for Orbit2007

Try splitting it down into sections see what happens there, and also try replacing rand() with say 5 and see if you still get the error

Member Avatar for Orbit2007
0
131
Member Avatar for Auzzie

Right i'm currently writing up an outline for a web based RPG (yes i know it has been done over and over). And i was wondering what people would suggest that a good starting point (code wise) would be and what they feel/know to be the hardest parts of RPG …

Member Avatar for Auzzie
0
153
Member Avatar for lAmoebal

C++ 2 Months PHP - 5 Months ASP - 1 Year HTML - 1 Year CSS - 5 Months JS/DHTML/AJAX - 3 weeks FORTRAN - 1 month VB - 3 Months That is my total so far, and i have been programming for no more then a year

Member Avatar for stephen84s
0
361
Member Avatar for techbrain55

VS, 3DS Max and [B]especially[/B] Maya is extreamly worth while to learn and i agree with Narue on DarkBasic

Member Avatar for patelmiteshb
0
194
Member Avatar for maydhyam
Member Avatar for maydhyam
0
172
Member Avatar for Natethemad
Member Avatar for Al-Saeed

For webhosting, it would completely depend on what you would be looking for, how large the community is etc. For something the size of Daniweb i would guess that they are either running a VPS or (more then likely) a dedicated server. I tend to offer hosting to smaller companies …

Member Avatar for jimpossible2k
0
174
Member Avatar for Ancient Dragon

I have been having this happen for about a week or 2 and thought it was just me lol. and i notice that there is "apparently" a JavaScript error when the submenu's decide they dont want to come out

Member Avatar for Ancient Dragon
0
65
Member Avatar for cranium1200

Well i dont know much about Paragent but ionCube is a software that i would recommend to help slow software piracy down, yes i said slow not stop because it will never be stopped, not if the cracker is determined and has the right resources.

Member Avatar for bmora96
0
105
Member Avatar for UrbanKhoja
Member Avatar for wolex

Welcome to Daniweb i hope that you can find whatever you need

Member Avatar for november_pooh
0
70
Member Avatar for imrags
Member Avatar for soultrav

You could store it in a variable so: [CODE=PHP] <?php if(isset($_POST['push'])) { $text .= $_POST['write']; echo($text); } ?> [/CODE]

Member Avatar for soultrav
0
110
Member Avatar for Auzzie

Hi, i was running a script on my server (Latest apache and mysql and PHP 5.1.6) and i am getting the following PHP error: PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime …

0
55
Member Avatar for coldfirezz

i would suggest starting learning hello world in a web based language (php, perl, asp etc) then move onto a blog style system then try a game

Member Avatar for CzechRock3
0
109
Member Avatar for Dani

you dont ask for much do you jbennet :P and yea it would be nice to not have recurring payments.... not everyone would appreciate that

Member Avatar for Auzzie
0
134
Member Avatar for makmicheal
Member Avatar for luisrc
Member Avatar for fnazir89

Glad to see another new person around, hopefully you will stay active within the community

Member Avatar for Serunson
0
49
Member Avatar for 2bu
Member Avatar for Serunson
0
43
Member Avatar for Pker

if you want some free hosting for a game, send me a PM with some details and i should be able to help you out ;)

Member Avatar for PirateTUX
0
82
Member Avatar for avmaza
Member Avatar for wandie

If that is all the code from the page it is because you forgot the closing curley brace } for the while loop

Member Avatar for Auzzie
0
258
Member Avatar for mskh

Looking at the code side of it you will need to be able to optimise the code so that it can search through the massive dictionary files as quick as possible. Also you need to be able to predict what word the user is trying to spell

Member Avatar for sarehu
0
100
Member Avatar for dealered

Well i would have to agree with the previous posts. If maintianing the system is not in the original contract then you have a choice to make, you can either get them to write up a new contract OR you can take the optimisation on as part of a good …

Member Avatar for jwenting
0
126
Member Avatar for kevin wood

Well you could proberbly use a bit of AJAX to refresh the page when the upload is done, or maybe even a header relocation could work, depends on how the file(s) is uploaded

Member Avatar for kevin wood
0
65
Member Avatar for Ghost

Have the ranks changed? In your post at the beginning Dani you said that you get to posting whiz >= 100 posts, well you only just get your junior poster at that point :P

Member Avatar for Auzzie
0
268
Member Avatar for stalk

Correct me if i am wrong but i thought mysql_result only accepted 2 parameters, not 3 ;)

Member Avatar for stalk
0
84
Member Avatar for drorb

Are you sure that the simple xml extension is enabled and that short tags are disabled

Member Avatar for drorb
0
122
Member Avatar for toadzky

if you added a .php extension create another file and call it info.php for example and place this code in it: [CODE=PHP] <?php phpinfo(); ?> [/CODE] if that doesnt work then PHP isnt installed properly

Member Avatar for toadzky
0
102
Member Avatar for Seelie
Member Avatar for Seelie
0
87
Member Avatar for mywebworld

People wont help you unless you have tried to do it yourself, go have a look at google

Member Avatar for Designer_101
0
97
Member Avatar for Joatmon

Welcome and its nice to see more of the "older" language users around

Member Avatar for zandiago
0
46
Member Avatar for vijukumar

the way in which those files work depends on what code you put inside of them. They dont do specific jobs, they are just useful names to help you remember what is in them, for example: common.php usually contains any piece of code that you would commonly call like session_start() …

Member Avatar for nav33n
0
107
Member Avatar for duttydea

you would need to query the database with something along the lines of: [CODE=PHP] $query = "SELECT * FROM `prod_listing` WHERE Product_ID = '$id'"; [/CODE] Where $id is the product id that was clicked on

Member Avatar for duttydea
0
106
Member Avatar for wawaron
Member Avatar for CyberAngel

Welcome CyberAngel you sure have some weird and wonderful loves :) so im sure you will get on well here

Member Avatar for zandiago
0
62
Member Avatar for allanrm
Member Avatar for C. A. Cross

Hi, welcome, have you got a preview of your work? And im sure you will do fine soon enough

Member Avatar for zandiago
0
50
Member Avatar for barbiegirl
Re: hi

Hey barbie girl what interests do you have around here?

Member Avatar for zandiago
0
50
Member Avatar for Pilate

Hey Jim, Python is a nice place to start but as already mentioned try VB as it is easier to start with

Member Avatar for zandiago
0
62
Member Avatar for Scottmandoo

I'm not 100% sure (just woken up and skimmed the code) but arent you trying to convert a directory into a file on your copy command? Also i believe there is an image part of the multi dimensional array that is the bit you need to copy, not just the …

Member Avatar for Scottmandoo
0
83

The End.