Hi there, I'm very new to ASP, and I've run into a problem I'm hoping you could al help me with I have an ASP string - how can I turn that ASP string into a PHP string?
Can you add some more details, code sample? I am not sure what you mean by turning ASP string into PHP string.
Well basically I have an ASP script which outputs a string which varies depending on preferences, say <% String = "This is the output!" %> Code (markup): I'd like to be able to get that output into a PHP string, so that I could then carry on coding with that string in PHP, i.e. <?php $newstring = "This is the output!"; ?> Code (markup):
I don't think you can have both ASP and PHP in one page. What you will need to do is create an ASP and PHP, and try to do a web requestion in PHP.