Jump to content

mdarling

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mdarling's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <iframe src="mysite.com/embed.php?fileid=13130590312747&vw=600px;&vh=400px;top:-400px;-%22" frameborder="0" scrolling="no" width="600" frameborder="0" height="400"></iframe> Yes so this calls the embeded file and someone has inserted the -%22 into it ans it kills the code because it inserts the " that is %22. What you need to do is swtich up to single quotes i think.
  2. could you toss the email into an array and populate the to field with the array?
  3. there is an application we use to access the site external that re-writes the url for security purposes. any variable that were previously passed via url are lost.
  4. -%22 equates to " in the url so you need to figure out a way around this. its breaking the line by adding the additional " i know this doesn't give you a solution but it way give you some insight as to what is happening. i will keep thinking about a solution for you.
  5. Anyone ever done pagination with session? i cant pass variables thru the url.
  6. ok so before i go coding some crazy Frankenstein like code i wanted to throw this question out and see if anyone has ever tackled this. i would like to include a php file(mostly html in the file) into another php file when a radio button is selected. is this possible? is ther an include like function in JS? i know this is more for a JS forum but since it involves php i thought id post it here too!
  7. Actually, there is a Kerberos Module for Apache that might do the trick. @TeNDoLLA - not really sure why you said that. You really didn't contribute anything did you? I was just thanking the guy and expressing my distaste for java and activeX - i am hoping for a mostly php solution. This is a php forum after all.
  8. hmm... yeah i was really hoping to stay away from any java and active x but i really appreciate the input and might just use it .
  9. Is there a way to use the windows authentication when a user logs on to a computer and use that in the browser to authenticate a web application written in php? I would like to create a seamless transition for the users using the application.
  10. i would use javascript/jquery to pull the value(s) you need from the checkboxes.
  11. i am able to create csv's and can do so with no trouble .. but what i am having difficulty with is being able to auto save the csv and then email it all in one script. anybody every dealt with something like this?
  12. ooops yes.. i was using it in the wrong context. request_uri is perfect.. thanks.
  13. unfortunately no.... but thank you for the suggestion
  14. why does $_SERVER['HTTP_REFERER'] not get populated when a redirect is given using header( location:........) i am trying to redirect back to the login page if a user hasnot logged in yet but then re-direct back to the page they came from.
×
×
  • 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.