Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by soniclnd

  1. soniclnd

    why won't this validate? why?

    http://validator.w3.org/check?uri=http%3A%2F%2Fsoniclnd.freehosting123.com%2Fsa%2Fcode.htm i was just about to post that^^ thank you so much, i would have never figured out that... I appreciate it...
  2. soniclnd

    why won't this validate? why?

    hello, I'm working on a template, but it doesn't validate, I have no idea why... here's the source <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head>...
  3. soniclnd

    what's the best way of horizontally aligning elements?

    besides tables, what is the best way to horizontally align elements? float: left; or float: right; seems good but if the scree size decreases then the div's move down and the layout messes up btw: what does XHTML have agains tables and frames?
  4. soniclnd

    i cannot fwrite from my new server without chmodding

    turns out i'm a nobody on the server.... i don't have owner permissons nor group permissions....... how could i fix that?....
  5. soniclnd

    i cannot fwrite from my new server without chmodding

    thank you for your fast answer.... so if i understand you right, the webserver user does not appear as the "owner", therefor it is only able to "read" files...... so how can i give the webserver user more permissions? or if i myself cannot(because i don't have acces to apache itself), what...
  6. soniclnd

    i cannot fwrite from my new server without chmodding

    hello.... i recently changed servers and noticed that with my previous host i didn't need to chmod any files(they were all in 644) and i could use fwrite() succesfully. however, with my new host all files are also in 644 but to use fwrite() i have to chmod the file to 777.... can anybody tell my...
  7. soniclnd

    how do i write php commands other than strings...

    hello right now i want to write into a php file something like: <?php $names[] = "yahoo"; $names[] = "google; ?> how can i do that...... somehow i've only been succesful in writing strings.........
  8. soniclnd

    how do i control the page inside an iframe....

    let's say i have an iframe(page x) inside my webpage(page y).... how can i from page y change all of the stuff in page x (ie: background color, link color, div alignment... etc...)? thanx in advance for any help.......
  9. soniclnd

    how do i send post variables... without a form...

    oh ok... thanx i just wanted to know if there was a way to send post varibles at all.... i'm gonna try wat yall said
  10. soniclnd

    is there a complete javascript documentation?

    i really want to learn javascript, but i'm having a bit of trouble with the tutorials and stuff(i don't think they're very complete)....... is there an official javascript documentation(just like the php manual http://www.php.net/manual/en/index.php )....... the closest thing i found to an...
  11. soniclnd

    how do i send post variables... without a form...

    you know how you can send get variables by just typing: mypage.php?somename=somevalue well... i wanted to know if there was anyway to send post variables without using a form........
  12. soniclnd

    Protecting my php scripts

    well, i think you have to have it on a server that supports php or install php on your computer... otherwise the php won't be parsed, and i think that's wat's causing the problem here.....
  13. soniclnd

    preg_match_all problem

    oh ok, thanx... i'll keep that in mind... if y'all wanna check out my site go to: http://zonik.moved.in
  14. soniclnd

    preg_match_all problem

    well... i'm writting a script and i get this error Warning: preg_match_all(): Unknown modifier '<' in /home/soniclnd/public_html/newscript.php on line 61 it's complaining about this: preg_match_all($regex, $conts, $group, PREG_SET_ORDER); the regex is $regex = "<p class=g><a...
  15. soniclnd

    how to use mysql_store_result() and mysql_stmt_data_seek()

    can anybody show me an example of how i would use the mysql function mysql_store_result()?..... i've been looking and i haven't found any examples, and i can't understand how they explain the structure of it on the mysql documentation (http://dev.mysql.com/doc/mysql/en/mysql-store-result.html)...

Part and Inventory Search

Back
Top