Jump to content

anybody99

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

anybody99's Achievements

Member

Member (2/5)

0

Reputation

  1. hey! we are looking for a 1 month hosting with CPanel, does any one knows where can be a hosting like that? thanks in advance! Robert.A
  2. hey guys, thanks for any help! this is my first project and i don't know how much it worth, im located in Israel and people say i should take min 150$-200$ this website was already build by some one [who took 375$ for that] i have converted it from russian into hebrew which is another lang. so i needed to change text to right to left and insert all the text again in paragrphs and also edit the buttons again and some other things[photoshop edit]. this is it: http://wewish.org/girudox2x2/heb.html thanks, rob
  3. i have an Hebrew text which is disappearing in IE7 http://wewish.org/girudo/heb.html in the menu the text is gone, this is "rtl" and on the original at:http://girudo.info/welcome.html it works fine
  4. I have the following: Id: it's just a number of offer title of offer, price of the offer in us dollar country for where that offer is available : All/US/Canada/UK special requirements like: Free offer or not free so it will say Free/ Not_Free and then again specaial requerments of credit card: Yes/No So... I want to do a search/Filter the offers, i want that the user will have the abilty to take all the offers from the US let's say who needs Credit card or take all FREE[trial] offers who need Credit card [and then again if possible to filter the results that i got by price(higher price on top let's say) automatically]..... so i thought making it with check boxes. what do think would be the best way to do that? thanks, Rob
  5. Thanks ! just what i needed, but some questions, What the difference between GET and POST? and also if i will check 2 boxes then it will work right? both echo of the 2 boxes will appear, right? and also, again about GET VS POST, what would be the best choice to filter a results page, for example data was retrived from the DB and some of the date is in Dollars, and some of it in Euro's and some in GBP's so if i check that i want $ and GBP's then each one of them[of the boxes, 2 seprate 'if'] will do a query from the DB and will post the results, right?
  6. I asked something on : http://www.phpfreaks.com/forums/index.php/topic,138898.0.html but i guess that question belongs more to php, so how do i process a check box function for example I have 3 check boxes to filter a results page, and when users click 1/2 or 3 boxes and then click 'go' that will filter the results [checks with mysql] so then only the necessary information will be retrieved from the DB. i know how to make the boxes or what so ever and i also know how to get information from mysql DB with php codes but i don't know how to start write it and how exactly doest it work. here is an example of what i look for to process although it's in ASP which i don't know. http://w3schools.com/tags/tryit.asp?filename=tryhtml_form_checkbox thanks for any help, Rob
  7. ok, i know how to create the bottuns or check-boxes but how do i connect it to retrieve the information? http://w3schools.com/tags/tryit.asp?filename=tryhtml_form_checkbox and this is ASP btw[i donno ASP], i know php better. as said action="form_action.asp" How do i configure that file to retrieve the info from mysql or from wherever it does that... Thanks, Rob
  8. I never did that before and i donno how to do it. I have a list for example that was taken from MySql and i want to give the users of my site to search in that list, i have columns of countries for example or by $, and i want to add Sort by country or $, and also add for example check-boxes, 'show only U.S' and a check box 'Show only 25$ and more' so when they check that and click 'go' then they will get what they want. Can some-one guide me on this one plz? Is it done threw my sql too or from the list that was generated only?
  9. tnx but this one too, says line 117 118 $_SESSION['uid'] = $_REQUEST['uid']; $_SESSION['pwd'] = $_REQUEST['pwd']; <? require('main.php'); if (!isset($_SESSION['uid'])) { $_SESSION['uid'] = $_REQUEST['uid']; $_SESSION['pwd'] = $_REQUEST['pwd']; } $uid = $_SESSION['uid']; $pwd = $_SESSION['pwd']; db_connect();
  10. When trying to view: http://mhu27900.1111mb.com/member.php it says: Undefined index: uid & pwd Where would be the cause of the problem? <? $uid = $_SESSION['uid']; $pwd = $_SESSION['pwd']; require('main.php'); db_connect(); include(INC_DIR."header.php"); if ($uid){ echo "<br> - Already logged in, <a href='member.php'>continue</a> ( or be redirected ) "; } else { echo "<br><Span Class=emph>Members Log In</SPAN>"; include(INC_DIR."login.php"); } include(INC_DIR."footer.php"); db_disconnect(); ?>
  11. it's fixed, i had a <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> when i removed it then the problem gone.... i still can't understand why.
  12. When using FF [ FireFox] Browser, a space or border is coming out between the rows between the images in the website, http://mhu27900.1111mb.com/register.php If anyone knows how to fix this then plzz help me!
  13. <div align="center"> <table border='0' style='border-collapse: collapse;' bordercolor="#111111" cellpadding="0" cellspacing="0" width="760"> <tbody><tr> <td colspan="4"> <img style="margin: 0; padding: 0;" src="img/top1.gif" style='margin: 0; padding: 0;' alt="" height="62" width="252" /></td> Same.....
  14. It didn't help, i think if it would have something to do with a border then there would be space between the coloums too and not just between the rows. <table style="border-collapse: collapse;" table border="0" img { margin: 0; padding: 0; } bordercolor="#111111" cellpadding="0" cellspacing="0" width="760"> Nether the less i enter what u said into the style sheet file and also in the head section.
  15. When trying to build a website template in PHP, in tables. The website is build with pictures, then in FF[FireFox] the Rows has space between them[and so the pictures have space too]. In IE7 it works fine, this is happening only between the Rows. Help Plz. -Robert
×
×
  • 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.