Recent content by bizbez

  1. B

    iframed form doesn't show alerts on IE

    hi, i have a form which onsubmit , it alerts the user with form errors. the form is placed inside an iframe. the alerts appear well on FF and chrome, but not on IE. how can i fix this ?
  2. B

    facebook ads GET params

    hi all, i want to buy FB ads, and be able to know which ad did convertion, in order for that to happen, i need a way to pass the ad params into my page (i will send it via form to my DB). my question - how do i pass the ad params to my FB page - the page is iframe of a page from my site...
  3. B

    Death of php?

    i think the question is not put correctly. PHP is not dead and not going today, as the guys above indicated, its even expanding compared to asp/.net etc...(wordpress,drupal FB - all use PHP and they are very common today). but yes, if you're looking at the future of the web, say 5-10 years...
  4. B

    PHP - how to get headers of an HTTPS page?

    hi, i'd like to check the server headers (200/404/502) of an HTTPS page. how do i do that in PHP? the function get-headers doesn't support HTTPS. thanks guys!
  5. B

    Clicking on Adwords Bot.

    @thedon23 i think users like Spaceman should be banned. no point sharing knowledge with someone who's gonna stab you in the back right after. people who damage other people's busniess should not have access to a goldmine of info like BHW. mods...if you can take care of business here...
  6. B

    Clicking on Adwords Bot.

    i think what you're asking is disgusting. hurting other people's business is ugly. why not focusing on increasing your performances rather than hitting others? you could be damaging the efforts of people from BHW as well.
  7. B

    wordpress problem: exporting site and installing on new address

    @balsagoth007 thanks bro,, good plugin. this is why i love BHW, top IM people out there! thanks all for the help.
  8. B

    wordpress problem: exporting site and installing on new address

    ok,found the problem. I think it might be a WP bug. it turns out i did everything correctly. but after installation, i had to go the the permalinks settings, and just click save (dont change anything, just click save and everything worked fine).
  9. B

    wordpress problem: exporting site and installing on new address

    Hi I try to export a wordpress site I have and install it on my pc at localhost/newsite (localhost can be another domain in the future). After I fixed all, the site?s homepage loads, but when I click a page, i get to the page?s url back it displays localhost main panel (all the folders...
  10. B

    how to Create a cookie in drupal to store GET params from referer

    @cnick79 - thanks for the detailed reply. in PHP i know the drill, but how and where to place this on drupal - thats my problem since its OOP , i'm not sure where i can add my unique cookie storage.
  11. B

    how to Create a cookie in drupal to store GET params from referer

    Hi all, On drupal 7.8 I use webform module, which on every submission , I want to send as hidden value, a GET params (e.g. ?ref=[param]). This Get parameter is coming from referring sites, so I want to send this info on every form submission. I have two questions: 1. How and...
  12. B

    Close the current page – how to?

    Hi all, I have a form that redirects to a thank you page after submission. I want this thank you page to be closed after a few seconds. The redirection to this thank page is via php. The form doesn?t open via JS or popup, it?s a part of a page. Window.close(); doesn?t work for me here (on IE...
  13. B

    php - save the referring site's url

    as usual BHW members do the trick, thanks guys. here's the final code i've used - checks for 2 things: 1. if the domain is the same - thanks to @nytrolic!! 2. if there is already a session that holds the http referer - thanks to @misulicus @tripper_john_md thanks to you too - same solution...
  14. B

    Permanently Closed Marketplace Sales Thread

    sounds interesting. i'll apply soon. where do you deliver the goods from (which country)? how will it pass customs? is it legal to send it via post office etc...?
Back
Top