Jump to content

frankieJr

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by frankieJr

  1. im having the same prob .. here is a site that can helphttp://paypaltech.com/content/index.php?op...4&Itemid=51i dont know how info would get back to my site , they r saying that once the user clicks on the continue button will be taken to some certain page of my site (do paypal provide such a thing or do i need to use a code for it ) ?and wanted to ask is it safe to use hidden fields ?? any other way to do it .. ?
  2. frankieJr

    mysql security

    gr8 .. thx .and how about i should give little privileges to that user ?!?!?
  3. frankieJr

    mysql security

    hey all ..im making a website using php and mysql for the database ..... i was doin okay but i got confused ( btw this is my first website )i'm gonna use the database to store information about the users and they might view some of the information there and change stuff like each user can change his/her own pass , okay im doing all of that by checking the user in php code and have the new pass ( for example ) stored in a variable then change the data on the database .... my questions is do i have to give access to mysql ( to the database ) to users and give them privileges ?!?!? or is it possible to only view data from database by the php code itself ? so no one need to access the database but the server ?and i have read at php.net that Never connect to the database as a superuser or as the database owner. Use always customized users with very limited privileges. !!!!!!!!!!!!!!! i'm really confused and dont know wat exactly to ask , so i need some help ..thx
  4. yea the second code was right ... i dint include a list in it cuz i wasnt able to align the text exactly infront of the pic .. but now its working ... i didnt use a list-style-image i just added an img to the <li> and put align="left" next to it ...<ul> <li > <img border="0" src="pic.gif" width="35" height="46" alt="" align="left" style="margin-top: 4px; margin-left: 6px; margin-right: 5px"><strong>text</strong><br> <span >more text</span> </li></ul>lol i think i would have saved much time doing that , thank u all
  5. thx for that .. but i tried alot of things .. its either not working or working in a way i dont want it to be ... the best thing i came up with is this:<html><head><style type="text/css">img { position:absolute; top:10px ; margin-left: -60px }p { margin-left: 70px } </style></head><body><img src="pic.gif"><p>text <br />more text</p></body></html>but if u understand wat i was tryin to do .. is i want to make a list so when the user hover with the mouse over that area the background color changes ... with the code above i can only have an anchor to the text alone or both the pic and the text and even that way when the user hover with the mouse in between or around them .. background wont change .
  6. frankieJr

    list-style-image

    hey all , i'd like some help here since i spent more than 4 hours trying to figure how to align the text in <li> to match the marker next to it ..here is the code ... <ul> <li style="margin: 1em 1em ; list-style-image: url(pic1.gif)"> some text <br />more text ! </ul>the gif pic takes about 3 lines .. and the first text line is equal to the bottom of the pic , like this********* some text more text !any idea ?
×
×
  • Create New...