Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
17% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
1
Downvotes Received
28
Posts with Downvotes
6
Downvoting Members
7
4 Commented Posts
0 Endorsements
Member Avatar for xbat

I am getting $.ajax is not defined with firebug - maybe missing bracets? any ideas? <script language="javascript" type="text/javascript"> function get_place(jack) { $.ajax({ type: "POST", url: "fruit.php", beforeSend: function () { $("#city").html("<option>Loading ...</option>"); }, data: "cartowner="+cartowner, success: function(msg){ $("#city").html(msg); } }); } </script>

Member Avatar for qwqdqw
0
4K
Member Avatar for xbat

Why does daniweb.com allow bullying on there forums? I came here for help and now I have a bully called lastmitch. He has been sending messages for me to do stuff that I don't want to do. He has also threatened me too.

Member Avatar for happygeek
0
237
Member Avatar for xbat

ok first off I know how to make a update page with usernames and user info no problem.. I know how to do stock with the stock=stock -%d as a interger but what I am having a hard time with is I have no clue how to say for example …

Member Avatar for lolumadbro
-1
304
Member Avatar for xbat

Why has daniweb went down hill? It use to be where if you had a question people would just answer it. Now when you ask a question people fight with you. The admins don't seem to really care. I come here to just ask a question and get a idea …

Member Avatar for <M/>
0
209
Member Avatar for xbat

why is LastMitch such a D-bag when it comes to helping? I just need help and he is being really mean so I told him how I felt.

Member Avatar for deceptikon
-4
173
Member Avatar for xbat

How would I change the folder path in this? or what would be the best way? `(file_exists ($this->jam.'.txt'))`

Member Avatar for xbat
0
165
Member Avatar for xbat

Ok So I have seen a few things.. But is there anything that goes into depth more but sort of squared away... From what it looks like if you develop something in mysqli - it will be faster mysql pdo - works with a bunch of other databases.. I found …

Member Avatar for veedeoo
0
214
Member Avatar for xbat

I have a simple math problem.. But what I would like to do is not have zero display if it equals out to zero... `<? echo $_POST['x'] * $_POST['y']?>` If this equals anything below zero I do not want the number to display.

Member Avatar for xbat
0
137
Member Avatar for xbat

I'm a bit lost on this with html5 - The datasrc attribute on the select element is obsolete. Use script and a mechanism such as XMLHttpRequest to populate the page dynamically.. Does this mean that I will have to change everything into a ajax format?

Member Avatar for diafol
0
167
Member Avatar for xbat

Getting a q is undefined.. I took <option="1">1</option> etc.. and now I'm pulling with ajax from datasrc.. I can't quite figure out how to define my database value.. The one uses query which pulls from the auto start typing.. then it submits to the other page through q - Once …

Member Avatar for xbat
0
422
Member Avatar for xbat

Say I have two drop down boxes, and I have two columns then after I select the two columns that pulls from the stock tables to give me a total.. Whats the best way or does anyone have an example? Ex Boxes - Yellow box - Red box = All …

Member Avatar for xbat
0
3K
Member Avatar for xbat

Does anyone have any suggestions on a stat map? Wordpress has -[http://en.wordpress.com/stats/](http://en.wordpress.com/stats/) But I would like to display live people.. Any suggestions or ideas to point me in a direction?

Member Avatar for xbat
0
131
Member Avatar for xbat

I am trying to add a input box that has the phone section in it. I did add it in.. But it doesn't load in the message that I get in the email.. if i change around the code. I can get just the phone number to show in the …

Member Avatar for xbat
0
288
Member Avatar for xbat

Here is my code.. I'm not sure if there is easyier way of doing this or not.. but pretty much what im looking to do is display the user invoice from a session variable.. the session variable would be MM_Username. $colname_curinvoice = "-1"; if (isset($_SESSION['MM_Username'])) { $colname_curinvoice = $_SESSION['MM_Username']; } …

Member Avatar for xbat
0
127
Member Avatar for xbat

How do I make it so the folder isn't viewable to the outside world. I created a login page which is login.php but when you type in examplesite.com/admin it shows everything inside the folder.. How would I hide all that? - Is that a .htaccess thing?

Member Avatar for pritaeas
0
94
Member Avatar for xbat

I on my drop down boxes it keeps on selecting more than one option I just want it to select out of one row... for some reason this won't work nothing shows - $query["cost1"] = "SELECT ourprice as text, ourprice as value FROM `fruitinventory` WHERE seeddescription='%s' AND fruitdescription='%s'"; Something shows …

Member Avatar for xbat
0
187
Member Avatar for xbat

I have a bunch of drop down boxes, then after they are selected the the total amount automatically appears at the bottom.. the only problem is it appeears like this - <span id="resp">Total</span> How would I make this insert into the database?

Member Avatar for xbat
0
2K
Member Avatar for xbat

I am trying to build a inventory page.. I want it to minus one everytime a product is selected.. right now I have it setup as item number > Amount taken I have no idea how to make the minus one work in the php mysql.. in the drop down …

Member Avatar for xbat
0
320
Member Avatar for xbat

I have two ajax mysql php 2 drop down select that I am populating... i'm doing something stupid... anyone have any suggestions... or pointers....? 1.php <?php require_once('dbconfig.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() …

Member Avatar for xbat
0
408
Member Avatar for xbat

how do you group by value ? I have it where it selects by drop down... select sum (table) where item group by ?????? VALUE ???? The value I use is select

Member Avatar for xbat
0
157