This site used to have a lot of help. Now nobody every answers your questions......
Type: Posts; User: Demonicman; Keyword(s):
This site used to have a lot of help. Now nobody every answers your questions......
Ok so I have a table like so:
Name---------Bank----------Store----------Library
Town1---------1,6---------15,2---------12,16
Town2---------3,2---------2,8---------16,16
So my question...
Ok this might be a stupid question, but is it possible to use a variable in a number with decimals past the decimal point
For example:
$A=1;
$B='5.46'.$A.'742'; \\Or the following...
Nobody responded so I figured it out myself. For future reference, here is a small bit of code I added.
chat.php = chatting form + div of chat called "chatlogs"
chatmsgs2.php = list of chat from...
I have 2 suggestions.
One is learn javascript. It is great for exactly what you are looking for.
The other is to make the drop down menu also a submit, so that when the user selects something,...
I have modified a script that uses PHP, mysqli, and html to create a chat. Is there any way I can change it so it does not do meta refreshes to get the annoying blink from the loading?
If not, is...
no go on the php.ini... its nowhere to be found so i cant edit it
editing this code would take way too much time... i doubt i could even find all of the spots where i would have to close the...
Ok so I am constantly having people tell me they are getting an error saying something about exceeding the max user connections. This is because when I first made my website I did not know about...
I suppose in the mean time i can just make a button invisible using css like you were saying and make it visible with javascript... i just cant believe this is such a big loophole with iframes... the...
wait using a php variable? but how will that check if javascript is turned on?
it will be somewhat like this:
main.php = iframe of fight.php
fight.php = inludes level.php
level.php = script...
Ok I have a new thought on the approach... if people arent able to level while fighting on the page with javascript turned off, it would defeat the purpose of turning off javascript to access the...
nevermind that post im being stupid and writing the script in the wrong place...
ok so javascript works... but as you said if javascript is disabled then no luck... so far i have:
echo "...
John, when I tried your idea i ended up with:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
* ...
thanks that makes sense, i never really thought of giving javascript a try
Ok so I have a file that I do NOT want to be accessed unless it is in an iframe. Like the main page has a frame that changes from page to page depending on whatever menu button is clicked. One of the...
thanks, after reading a tutorial i added session variables and its working perfect! unfortunatly i dont know how long sessions in php last, they dont mention it... any idea?
if(!$_COOKIE['passer'] || $_COOKIE['passer']!='blo'){
if(!$_POST['submit']){
echo "<form action=ROMDB.php method=post><input class='button' name='pass' type='password'><input class='button'...
how do i do that though?
no im talking like taking an item, and being able to set its stats using a firefox addon... they arent supposed to be able to!
how can you prevent forms from being edited? im sure this has been answered and I am hoping for an easy fix, but people on my game can edit the forums for however much money they want using programs
what does that matter, i changed the width with the css?
each of the divs are a little crooked, the sides do not go straight down =(
Here is the location of the problem: http://www.insanecombat.com/Wow/
How can I fix it?
Here is the CSS:
#container {
margin: 0 auto;
margin-top: 20px;
$hello=(1000*($Guild[Itemfind]/1000));
$hello2=(700*($Guild[Itemfind]/700));
if($User[Level]<'2500'){
if($Special==""){
$Rand1=rand(1,1000-$hello);
if($User[Networth]=="5"){
...
i have that, but it still causes massive lag, so what im trying to do is move anything that is over 25 rows down in the table into a copy of a table so i still have a copy of chat for reference, but...