Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Tags
Member Avatar for jj.amonit

Can anyone help me figure out why my dialog won't go away when clicking the x? When I click it with modal = true, the modal portion disappears, but the dialog remains. With it off, the dialog still remains. I have tried multiple things, but it won't go away. I …

Member Avatar for fobos
0
3K
Member Avatar for jj.amonit

I have a system where there is a list of items. each has these three fields id - unique to each item. The index field for the db name - not unique date - not unique I just started using arrays, and am not that proficient. Also, I haven't worked …

Member Avatar for jj.amonit
0
96
Member Avatar for jj.amonit

Can somebody help me get my lingo and terms correct? I have a website hosted on Godaddy.com (please no criticisms, I know it's not the best. It's temporary). It the most basic hosting option. I need to run a nightly script at a specific time. I know and use php, …

Member Avatar for chrishea
0
135
Member Avatar for jj.amonit

I have one table that I need to pull data from to display. there are two fields that a user's id can be attached to. Field1 and Field2, but they are always either or. In addition, I have a couple of extra where clauses in my query. My experience in …

Member Avatar for jj.amonit
0
171
Member Avatar for jj.amonit

Using the above technologies, I want to create a PDF, store it in my db, and email it. All with the click of one button. I also want to call it up and have it be able to display with a hyperlink. I am very new to FPDF. Therefore, I …

Member Avatar for red_ruewei
0
1K
Member Avatar for jj.amonit

I can't get this to work in Google chrome. It's supposed to display after being processed by the php file. here's the javascript <code> ajaxRequest.onreadystatechange = function(){ if(ajaxRequest.readyState == 4){ var ajaxDisplay = document.getElementById('ajaxDiv'); ajaxDisplay.innerHTML = ajaxRequest.responseText; } } </code> here's the html/css code <code> <div id='ajaxDiv'><p></p></div> </code> Here's the …

Member Avatar for fxm
0
138
Member Avatar for jj.amonit

I know how to work with php, mysql. I know enough to get results with CSS. I am now trying to incorporate some javascript and dhtml into my work. But what I want to do is a little more involved that the simple tutorials. i am using ixedit to help …

Member Avatar for jj.amonit
0
235
Member Avatar for jj.amonit

I have 3 tables, all linked. Table 1, Table 2 and Table 3. 1 to many. Table 1 will always have records in Table 2. However, Table 2 does not have to have any records in Table 3. I want to get the id's and names of the records in …

Member Avatar for apegram
0
78
Member Avatar for jj.amonit

I want to query my database and get two things, store them in an array and retrieve them later. Let's say the fields are zone_id and zone_name. currently i am trying this to store them in array like this $zone_array = array('zone1index' => zone1name, 'zone2index' => zone2name, 'zone3index' => zone3name); …

Member Avatar for cwarn23
0
91
Member Avatar for jj.amonit

I don't know if this is even possible. My site is designed for use on mobile phones. My users have to enter in a lot of numbers, temperatures to be exact. So, the numbers could be positive or negative. And ranging from -40.0 to 150.0. Decimaled. My users would also …

Member Avatar for jj.amonit
0
145
Member Avatar for jj.amonit

I am testing out Google Checkout and have a question. First I'll tell you what I am trying to do. My site is a digital service. Users will be able to purchase 'projects'. They will have options to buy 1, 5, 10, 25 &50 projects at a time. Each has …

Member Avatar for jj.amonit
0
131
Member Avatar for jj.amonit

I have a db, that I feel is efficient, but I have trouble displaying the data the way I want. I can either keep the db and change the display, or I can redesign the db and get the display format I want. I'll try to explain my situation and …

Member Avatar for urtrivedi
0
107