0
votes
3answers
16 views
Should one use PHP to print all of a page’s HTML?
Hi
So I've always developed PHP pages like this: <?php goes at the top, ?> goes at the bottom, and all the HTML gets either print()ed or echo()ed out. Is that slower than ha …
0
votes
2answers
20 views
str_ireplace() not accutally removing the ‘needles’
I'm using str_ireplace() to remove instances of strings in an array, and I'm returning the number of counted occurances, but it's not actually performing the replace.
//replace oc …
0
votes
1answer
28 views
Generate random string, check it against database, then use it.
This is an issue which keeps coming up for me when using random strings.
This is basically the process.
Generate random string
Check if it already exists in the database
If it d …
1
vote
3answers
26 views
Looking for a PHP mailing list App (not for newsletters)
I am not sure if I'm calling this correctly by the right name, what I would like to find (if it exists) is a group mailing list app (like mailman) but in php.
Here is what I expec …
0
votes
3answers
25 views
How to suppress/remove PHP session cookie
I need to suppress an already set session cookie header, but I cannot find any way to do this.
Why?
I need to make an image, sent by a PHP script, cacheable by the end user; this …
0
votes
5answers
50 views
PHP query single line from database
I'm having a problem echoing a single line from a sql query. I'm still pretty new at this but I can't figure it out at all.
I have a page titled "listing.php?id=7"
Inside the pag …
0
votes
4answers
44 views
How do I concatenate a string in a PHP Array Element?
I am customizing wordpress blog and I have a need to make custom sidebar widgets. My PHP is rusty at best. What I am trying to do is concatenate a php variable into a string bein …
0
votes
5answers
135 views
Tips for speeding up this code
Hiya,
Can anyone suggest tips or alterations to make this code cleaner and faster? This was the only way I could think of doing it on a Friday evening, but I'm sure there must be …
1
vote
5answers
101 views
Tips for the PHP beginners [closed]
What are all the basics to be learnt by a beginner in PHP? Great Opportunity for the PHP gurus to teach the learners, isn't it?
2
votes
3answers
79 views
What are the best practices for dealing with the Back Button in IE (and Firefox)
I know this in old issue but I can't figure out the best practices for dealing with the back button.
I'm writing a web application with lots of data movement between the browser a …
0
votes
8answers
115 views
EASY PHP question?
HI Guys,
I have following problem. I'm trying to connect from my Iphone app to a php site, to access the mySql db, to get the right information.
This is my code:
<?php
…
1
vote
4answers
40 views
Equivalent of the php fmod in C#
Does anybody know what the C# equivalent of fmod is? I'm trying to convert this line of code to C#.
$lon_rad = fmod(($long1+$dlon_rad + M_PI), 2*M_PI) - M_PI;
Here's what I hav …
2
votes
5answers
55 views
is it good to use Wait cursor in websites?
Hi all.
Just wanted to ask - is it good to use Wait cursor in websites? on heavy loading pages..
we dont generally see it used with websites...(please share some if u have seen a …
0
votes
3answers
37 views
Parsing this XML feed using PHP
I have an xml feed at this url
Now im trying parse the content, particularly the content in <REDIRECT></REDIRECT> tags.
I use the following code to try and parse the c …
0
votes
2answers
15 views
Good & Simple PHP Cart Recommendation?
Hey All. Can anybody share a open source
Good & Simple PHP Cart?
