Jump to content

behzad

Members
  • Posts

    32
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

behzad's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi there guys Stock again. ??? I need to create a XML file from to related table from Mysql. I have a shopping cart where I like to out put the cart into XML. Table one is the invoice details like ( Invoice Number, Total, Clients detail, the usual ) Table 2 has products that are purchased with their details which has the reference in each row same as the reference in table one for relation. How could I or how should I construct the XML File so it could be retrieved back in the future. Each XML file for each invoice is an individual file with the invoice number as file name. Please help. B.E-N
  2. Hi There Not 100% sure if I have posted in the right place, but if anyone could help. I have a Drop Down List which retrieves data from Mysql DB. I like this Drop Down to be editable, meaning act as a Textbox as well, not necessary add to the mysql but just be allow user to type as well. I appreciate any help or direction.
  3. This puzzles me, Could someone please help? ??? ??? ??? I just see the semi white button for submit The Button is <input name="EnquireNow" type="submit" class="Button_a" id="EnquireNow" value="Enquire Now" border="0" /> The external Css is .Button-a{ background-image:url(MyLibImages/BackgroundButton_001.jpg); text-decoration: none; border:none; font:Verdana; font-size:12px; font-weight:normal; color:#FFFFFF; text-align:center; height:18px; padding-top:2px; padding-bottom:2px; padding-left:5px; padding-right:5px; }
  4. Thanks, I have all the variable values in the database. Like This: I save all variables and data in the DB and reference them with a variable "x" for retrieval. I sent "x" as post to https url address => url get the "x" value retrieves the exact data from DB => outputs all the info I put into it when I was in http session. Now remember the sessions are not the same on http and https (they are like two different machine I don't no)
  5. I just read about it too. I have absolutely no idea what it is all about. How could I use this with the form that I have? The form has two hidden fields that should submit to https.
  6. Yes apparently, according to the host and when I saw the sessions are different on http and https.
  7. I have stored many variables in the database before this point, but 2 of the variables gets posted to the secure side to collect those many other related variables.
  8. Hi there guys I have a website that I had created while ago. The site at one point jumps from non secure side to secure side, in transition the page will pass some form data with a help of JavaScript to automatically submit form. The client now has some issues with site, telling me some of his clients can not complete the pages and he like to change the JavaScript to php. The problem was the non secure side of the site (http) is not on the same place as the (https) therefore the session variables where impossible. I am thinking if there is a way of instead of using JavaScript use php to auto redirect. I appreciate any help
  9. Hi there guys, I have a question about direct access to directory. On my domain is typed in the browser www.mydomain.com/admin/" this shows all the content of that folder. Is there a way to avoid this so it is not visible to the browser and it redirects to the main page like login.php or so.
  10. Well maybe I am, I have; ------------------------------------------------------------- Col 1 Col 2 Col n Row 1 VR1C1 *VR1C2 VR1C3 Cell From Here Row 2 VR2C1 VR2C2 VR2C3 Row 3 VR3C1 *VR1C2 VR3C3 To Cell Here ------------------------------------------------------------- In order to create cell "VR1C2" There are lots of steps, so since I have the value created already for "VR1C2" I just like to say to code copy Row1 Col2 to Row3 Col3.
  11. Hi there guys Is there a way to copy a cell from Mysql table to another cell ( Like copy Cell Where Row is X - Past Cell Where Row is Y ) Basically what it is, Someone has already created a entry in Mysql under some Cell and now likes to copy that cell some other cell. I know you could have a dropdown select all data related to that column then choose one and put it in new cell, but is the other way that would just copy past? Ben
  12. Well You are very right. I will look into this more as I am now. Remember “desperate times call for desperate measures”. I am going to look into changing the session folder since the host is virtual and see how I go. I am going closing this thread. Thanks to all of you guys out there, where ever. You guys are the real ones. Ben
  13. O.k. I did something, I just tested it for 10Min and still o.k. I put an IFrame on top of the pages with 1px hight and width, The IFrame is a page that has Meta Tag refresh every 20 seconds. Do you think it is wise to do this or for any security reasons not wise. Thank for all you help, if it works for longer I will let you guys know. Again Thanks guys.
  14. Yes I did. It did not let me to enter that page. I have a denial page that if you do not login correctly it tales me there. This is where it was directing me to when I did what you said. This was after I logged in and with a link went to this page. Funny thing I made a refresh page included in a page and it has kept me in still, but because it is included the whole page changes and goes to the refresh script page. Any Idea?
  15. Well I do not know what to do. It seams like it is the server. Most of the site is forms and I can not refresh the whole page. I put an image to refresh every 20 seconds but this did not work either. Back to square one again.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.