Skip to content

Instantly share code, notes, and snippets.

@hakre
Last active December 9, 2015 23:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakre/29075469ab51900d6de5 to your computer and use it in GitHub Desktop.
Save hakre/29075469ab51900d6de5 to your computer and use it in GitHub Desktop.
PHP5 -> PHP Tagger (saved) + Editor Open (for potential further edits) Bookmarklet
javascript:(function(){
var multiTry = function(time, tries, func, callback) {
if (callback == undefined) callback = function() {};
var counter = 0;
var timer = setInterval(function() {
var success = func(++counter);
(success || (counter >= tries))
&& !clearInterval(timer)
&& callback(success, counter);
}, time);
};
var successFunc = function(func) {
return function(hadSuccess) {
if (!hadSuccess) return;
func();
};
};
var changeTags = function(func, callback) {
if (callback == undefined) callback = function() {};
var saveTags = function() {
var tagNames = $('#tagnames');
var original = tagNames.val();
var processed = func(original);
if (original == processed) {
$('#edit-tags-cancel').click();
callback();
return;
}
tagNames.val(processed);
$('#edit-tags-submit').click();
multiTry(250, 10, function() {
return $('#edit-tags-submit').length == 0;
}, function() {
callback();
});
};
if ($('#tagnames').length) {
saveTags();
return;
}
$('#edit-tags').click();
multiTry(250, 10, function() {
return $('#tagnames').length;
}, successFunc(saveTags));
};
var editor = null;
var editorActivated = function() {
var submitSelector = 'form.inline-post .form-submit input[type="submit"]:eq(0)';
$(submitSelector).bind('click', function() {
multiTry(250, 6, function() {
return ($(submitSelector).length == 0);
}, successFunc(function() {
var length = window.history.length;
console.log('Get Ready to close', length);
if (length == 1) self.close();
}));
});
var buffer = editor.value;
var len = buffer.length * 2;
editor.value = '';
editor.focus();
editor.value = buffer;
editor.scrollTop = 1000000;
multiTry(250, 6, function() {
editor.setSelectionRange(len, len);
editor.scrollTop = 1000000;
editor.focus();
return (editor == document.activeElement);
});
};
var editorActivate = function () {
$('.post-menu .edit-post:eq(0)').click();
multiTry(
250, 10,
function() {
var editors = $('form.inline-post .post-editor:eq(0) .wmd-input:eq(0)');
var success = editors.length;
if (success) {
editor = editors.get(0);
}
return success;
},
successFunc(editorActivated)
);
};
changeTags(function(string) {
return string.replace(/(^|\s)php5(\s|$)/, '$1php$2');
}, editorActivate);
}());
javascript:(function(){ var multitry = function(time, tries, func, callback) { if (callback == undefined) callback = function() {return;}; var counter = 0; var timer = setInterval(function() { var success = func(++counter); (success || (counter >= tries)) && !clearInterval(timer) && callback(success, counter); }, time); }; var successFunc = function(func) { return function(hadSuccess) { if (!hadSuccess) return; func(); }; }; var changetags = function(func, callback) { if (callback == undefined) callback = function() {return;}; savetags = function() { var original = $('#tagnames').val(); var processed = func(original); if (original == processed) { $('#edit-tags-cancel').click(); callback(); return; } $('#tagnames').val(processed); $('#edit-tags-submit').click(); multitry(250, 10, function() { return $('#edit-tags-submit').length == 0; }, function() { callback(); }); }; if ($('#tagnames').length) { savetags(); return; } $('#edit-tags').click(); multitry(250, 6, function() { return $('#tagnames').length; }, successFunc(savetags)); }; var editor = null; var editoractivated = function() { var buffer = editor.value; var len = buffer.length * 2; editor.value = ''; editor.focus(); editor.value = buffer; editor.setSelectionRange(len, len); editor.scrollTop = 1000000; multitry(250, 6, function() { editor.focus(); return (editor == document.activeElement); }); }; var editoractivate = function () { $('.post-menu .edit-post:eq(0)').click(); multitry( 250, 6, function(count) { var editors = $('.post-editor:eq(0) .wmd-input:eq(0)'); var success = editors.length; if (success) { editor = editors.get(0); } return success; }, successFunc(editoractivated) ); }; changetags(function(string) { return string.replace(/(^|\s)php5(\s|$)/, '$1php$2'); }, editoractivate); }());)
***Please help me.***
**Any Ideas?**
**Thank you for helping!**
, but i don't know how to achieve this. Any help would be appreciated.
-Thanks
-thnx
... thanks again
//Thanks for any hints!
<br/>
<br>Any help would be greatly appreciated.
Again, greatly appreciate any help you can give.
All answers are appreciated.
All are welcome!
All comments, insight, tips, critics appreciated.
All help is appreciated!
Also examples would be great.
Also if I need to specify more in my question please let me know in a comment.
Alternative solutions are most welcome.
Am I coding it correctly or overlooking something silly?
Am I doing it right? Can anyone suggest what's going wrong?
Am I doing something wrong or do I need a work around to make it work?
Am I missing anything?
Am I missing somehting?
Am I missing something basic?
Am I missing something or doing something wrong?
Am I missing something there?
Am I missing something?
Am I screwed? Any tip would be greatly appreciated.
Am at a complete loss at where to start, any and all help appreciated.
Am i doning something wrong?
Am stuck up here
Any Help would be awesome!
Any Ideas??
Any Thoughts?
Any advice as to what's going on here?
Any advice is appreciated :)
Any advice is much appreciated.
Any advice on how to fix this?
Any advice or a link would be nice.
Any advice or direction you can provide would be greatly appreciated.
Any advice will be appreciated!
Any advice would be great.
Any advice would be greatly appreciated.
Any advice would help!
Any advice, pointers or tips would be gratefully received.
Any advice? Thank you in advance, CA
Any advise, help would be highly appreciated.
Any body can help me.
Any body knows the solution please help me :(
Any body knows the solutions please help me.
Any clue why this might happen?
Any clues why ?
Any clues?
Any code for that?
Any comments/critism/answers to any of this rambling greatly appreciated.
Any general advice are welcomed too!
Any good document or tutorial?
Any guideline?
Any guidelines are more than welcome.
Any guru here knows how to do it properly?
Any help is appreciated!
Any help is appreciated.
Any help is awesome, and the frogs need it:)
Any help is greatly and sincerely appreciated!
Any help is greatly appreciated! Thanks!
Any help is greatly appreciated!!
Any help is greatly appreciated.
Any help is highly appreciated!
Any help is much appreciated.
Any help is still appreciated.
Any help is very much appreciated :)
Any help is welcome.
Any help much appreciated. Thanks!
Any help of this would be much appreciated.
Any help or direction will be greatly appreciated.
Any help or general pointers in the right direction would be great
Any help or suggestions would be great..
Any help will be appreciated
Any help will be appreciated!
Any help will be appreciated.
Any help will be apreciated..
Any help will be greatly appreciated.
Any help will be much appreciated
Any help will be much appreciated.
Any help with this would be great.
Any help with this would be much appreciated!
Any help would be appreciated.
Any help would be bloody marvelous :)
Any help would be grately appreciated.
Any help would be great!
Any help would be great.
Any help would be greatly appreciated!
Any help would be greatly appreciated.
Any help would be much appreciated.
Any help would be much appreciated:)
Any help would really be appreciated!
Any help you can provide will be greatly appreciated!
Any help/idea on how to fix?
Any help/suggestions are highly appreciated.
Any hints, pointers and thoughts are greatly appreciated. If I forgot to explain or mention something, please let me know.
Any hints?
Any idea how to get this to work? :)
Any idea how to make it work?
Any idea how to solve the issue ?
Any idea how to solve this?
Any idea on how it can be done?
Any idea what I am doing wrong here? Thanks for any help you can provide.
Any idea why that isn't optimal?
Any idea why that might ever happen?
Any idea why that would happen?
Any idea will be apperciate.
Any idea will help. thank you in advance
Any ideas anyone on what is going on here?
Any ideas how to do this?
Any ideas of how to make this cleaner or do it in another way?
Any ideas on how I should approach this problem?
Any ideas on where else to check?
Any ideas what I should look for?
Any ideas what might be wrong?
Any ideas why it doesn't work properly?
Any ideas why this wouldn't work?
Any ideas would be appreciated! Thanks!
Any ideas, guys?
Any ideas/suggestions would be much appreciated.
Any ideas?
Any ides how to solve that?
Any input would be great!
Any insight will be highly appreciated.
Any insight you can give would be greatly appreciated.
Any insight?
Any kind help would be highly appreciated.
Any kind of help is appreciated.
Any links to articles which may be helpful?
Any more suggestions ?
Any other gotchas I may be overlooking?
Any other ideas?
Any solution for this issue is appreciable, please help me to solve this issue.
Any solution to this>
Any solutions for this would be helpful.
Any solutions?
Any suggestion would be appreciated
Any suggestions
Any suggestions are very helpful.
Any suggestions gratefully received.
Any suggestions of the correct way to approach this problem would be great.
Any suggestions on how to fix this would be great.
Any suggestions or help would be greatly appreciated!
Any suggestions or help would highly appreciated.
Any suggestions or ideas would be much appreciated.
Any suggestions please?
Any suggestions really welcome.
Any suggestions would be appreciated.
Any suggestions would be great.
Any suggestions would be greatly appreciated and welcomed.
Any suggestions, similar experiences will be greatly appreciated
Any suggestions/advice will be much appreciated.
Any suggestions?
Any suggestions? TIA.
Any thoughts? :(
Any way around?
Any way to improve that?
Anybody found a new answer??
Anybody got a better idea??
Anybody got me a solution??
Anybody here please give me the idea?
Anybody know how to do this?
Anybody know the solution to these problems?
Anybody know to do this?
Anybody with same problem ?
Anyone could tell me ? thanks
Anyone could tell me to do this?
Anyone got any idea on how to proceed?
Anyone have any ideas?
Anyone know a simple way to do this?
Anyone know why is that?
Anyone know why?
Anyone knows how to do it?
Anyone knows how to solve it???
Anyone knows why this is happening? Any help will be appreciated.
Anyone running into issues with this setup?
Anyone solved this problem?
Anyone some tips/insight/corrections on how to handle this better, I am very much open for any feedback.
Anyone that could shed some light on this will be a true HERO!
Anyone venture a solution?
Anyone?
Anything strange that jumps out in what I am doing?
Anyway I wish you a nice evening,
Anyway, can someone explain this to me?
Apologies if this is unclear.
Apparently, something is not working as it should, I don't really know where to start looking.
Appreciate advices and new informations
Appreciate all help
Appreciate the help,
Are there any suggestions on how to fix this wonderful issue?
Are there tips and suggestions?
Articles are welcome as well.
As always, any tips/advice is greatly appreciated.
As you can see I'm very very new at this and this must be very simple, but I'm just learning.
BTW: Hope this haven't been asked before, as I couldn't find a similar question.
Been all over the web and found nothing, please help
Best regards to us all ...
Bye.
CHEERS
Can Any body Please help me
Can I change the code somehow to do this?
Can I solve the probrem?
Can any one tell where am I wrong.
Can anybody out there please help me.
Can anybody point me in the right direction?
Can anybody solve this please..
Can anybody suggest me a solution??
Can anybody suggest or help me with the code?
Can anybody tell me what's wrong?
Can anyone explain me why it so?
Can anyone explain?
Can anyone help guide me in the right direction please?
Can anyone help me ou
Can anyone help me out here?
Can anyone help me to fix this...
Can anyone help me to solve this?
Can anyone help me understand how to do this?
Can anyone help me with that.
Can anyone help me...please...
Can anyone help me?
Can anyone help with advices/code/guidance?
Can anyone help? Thanks in advance.
Can anyone please help? It's urgent.
Can anyone point out what i am missing.
Can anyone post an elegant solution or even a hack that works? Thanks in Advance.
Can anyone suggest other great libraries, books, or tutorials that'll help me with my goal.
Can anyone tell me What the problem is here?
Can anyone tell me what I'm doing wrong?
Can somebody help me here?
Can somebody please help me with it?
Can someone give me a hint here please?
Can someone guide me through.
Can someone help me here, please?
Can someone help me out with this.
Can someone please give some advice?
Can someone please help me out? Thanks a lot!
Can someone please help me?
Can someone please help or give tips?
Can someone please throw some light on this?
Can someone shed some light on how one might tackle this?
Can this be done?!
Can u please help me out ?
Can you advise me how to do it?
Can you confirm this is a bug or am I doing someting wrong?
Can you give me advice on this issue, please?
Can you help me please ?
Can you help? Thanks.
Can you please advice on how i could have this done?
Can you please give me an explanation for this?
Can you please have a look at this and tell me why.
Can you please help me explaining me what I'm doing wrong? or why my thinking is wrong?
Can you please help me out with code.
Cheers!
Cheers.
Cheers..
Confusing times...
Cos this is driving me nuts!
Could anyone please tell me what am I doing wrong?
Could it be possible?
Could some one please help?
Could someone help me sort this out?
Could someone please advise where I might be going wrong? :)
Could someone please say what is right here and put me in the know.
Could you help me please?
Could you please give me a hint where and what should I look for?
Could you please help me to solve this issue
Could you please help me, how could I achieve this?
Could you please tell me how can I achieve this?
Could you please tell me what is the issue?
Did anyone already have and solve this problem ?
Did someone get the same issue ?
Do I have something fundamentally wrong with my code?
Do you have some idea??
Do you know any way to do that effectively in PHP?
Does anyone have a clue on how to solve this?
Does anyone have a clue what I might be overlooking / could be the problem? Because I've run out of ideas myself.
Does anyone have a good example?
Does anyone have a solution?
Does anyone have an idea?
Does anyone have any experience to offer in these areas?
Does anyone have any good solutions to this?
Does anyone have any ideas?
Does anyone have any suggestions as to a way forward?
Does anyone have smart solutions(algorithms) for the issue?
Does anyone have something similar?
Does anyone know how this could be achieved?
Does anyone know how to do this?
Does anyone know of someway to do this?
Does anyone know this??
Does anyone know what is the problem?
Does anyone know why?
Does anyone solved similar problem? Or at least can point a most promising direction?
Does someone knows about it?
Does this make sense?
Driving me a bit nuts this one, have tried alsorts of combination's...
Feel free to suggest something that I haven't explicitly listed.
Few lines of code would help me a lot!
Give me some hints to search and find
Give me your advice.
Google has not provided me with results that help me fix.
Great thanks to all.
Greetings...
Hai all
Has anyone come across this before and tracked it down?
Has anyone else come across this ? Any suggestions please ?
Has anyone else experienced this problem?
Has anyone else ran into this?
Have any idea?
Have someone stumbled upon this or can guide me where exactly to check?
Hello is there any one who can help me.
Helo me please ....
Help adjusting the code would be very much appreciated!
Help appreciated
Help appriciated
Help appriciated.
Help is appreciated.
Help me if u can ,
Hope I can make myself clear.
Hope it makes sense.
Hope somebody kan help me.
Hope someone can give me a hand.
Hope someone can help me out.
Hope that makes sense to someone!
Hope that makes sense!
Hopefully my description isn't to vague!
Hopefully things are clear enough.
How can I achieve this?
How can I calculate this using php??
How can I do that with PHP mysql?
How can I do that. Please help me.
How can I do that?
How can I do this using `php`??
How can I do this with PHP?
How can I do this..?
How can I do this?
How can I do this?? or else what will be an alternate solution for this??
How can I fix this?
How can I resolve ?
How can I solve it?
How can I solve this??
How can be possible with PHP?? or any ??
How can i do this using php?
How can i make this possible? Thanks in advance :)
How can i solve this?
How can that be done in PHP and MySQL?
How can that be done?
How can this be done in php?
How can this be done?
How do I go about doing it.
How do i do this the elegant fashion? Thanks: much appreciated.
How is this meant to work?
How to fix this issue...
How to use it? Please, anyone can help me ?
How would you do this?
Howd I go about doing it
I also would like to see some tutorials or examples for conveying the basic idea of this topics.
I am a novice at php , so please explain your code.
I am absolutely stuck. please help
I am completely perplexed, so hopefully someone can shed some light on this for me.
I am grateful to any help offered.
I am having problem trying to get this to work.
I am kind of stumped.. please help! thanks!
I am most likely overlooking something silly, but at this point I do not see it.
I am new to PHP and HTML and did not understand how to go about this. Can anyone please guide me to any example code that could help me?
I am not sure about this error, any suggestion?
I am not sure if this is the best way of handling this problem and I would love some advice.
I am not sure whats going on.
I am out of ideas now as I tried every command every path.
I am out of ideas.
I am really at a loss.
I am very new to php and quite lost, so all help is greatly appreciated.
I appologies if this thread is duplicate,
I believe this might be a simple question, but I have had a hard time figuring it out, how it is actually done.
I can't figure this one out; it's probably really obvious to everyone's eyes except mine.
I can't find the problem.
I can't help the feeling that there is some obvious way of doing this, but I can't seem to grasp it.
I can't seem to get around this.
I can't think of any other code that would be relavent.
I cant seem to find anything on Google!
I could really use a tip.
I don't know what to do now, anyone else knows?
I don't know where to start looking!
I don't really know why. Hope you can help me with that. I am pretty new to it.
I dont really know where to go next.
I guess only with that....where I'm a noob.
I have basic knowladge of PHP and mysq and could reallyd do with some help.
I have been hitting my head against the wall on this one ...
I have no clue as how to go about it.
I have no idea about it.
I have no idea what I'm doing wrong?
I have no idea where to start looking so any hints in the right direction would help.
I have seen may discussions here , asked by many one. But No answers!!
I have tried my best.
I hope I could explain my question clearly.
I hope I explained it well.
I hope i was clear enough.
I hope that i'm clear enough.
I hope that is clear enough. Thanks.
I hope this makes sense to you, if you need more info please let me know but please check out firsthand what I am talking about on the site.
I hope this makes sense.
I hope you guys see what's the problem, cause I don't.. :/
I just need help getting there...
I know it may not be that simple, but I'd love to hear your suggestions!
I looked in the PHP documentation but I can't find anything about this.
I might just need to be pointed in the right direction.
I need to do this using PHP.
I really need the help.
I searched around the web and couldn't find any solution.
I searched for a solution through google but couldn't get it.
I think i'm off the track
I think it possible. But I don't know how!
I treat your suggestions as possible answers. much appreciated!
I tried lot of things and Am totally confused as m totally new to PHP.
I try many time to find solution for it, but without result, please help me.
I will appreciate some google keywords too.
I wish if someone could help me with this ...
I wondered if someone might be able to spot where i'm going wrong?
I would appreciate any suggestions.
I would appreciate it.
I would appreciate some suggestions.
I would appreciate your input. Thanks!
I would be pleased to know if any other details are required to answer my question.
I would really appreciate the help.
I would really like to see an elegant solution to this.
I'd appreciate any help on this :)
I'd appreciate any tips / help / links!
I'd be delighted to hear if there is actually a design pattern that solves this.
I'd really appreciate any insight, as I've been beating my head against this for a couple weeks now without much luck.
I'm a bit lost, What could i do?
I'm a newbie, so please let me know how to fix anything that's wrong ;)
I'm clueless on this one. Any ideas on how to fix it?
I'm curious how you guys solve this.
I'm hoping there's something simple that I'm missing.
I'm interested in good programming practice side as well as technical "how to" if you can.
I'm kinda stuck here,any help is appreciated, thanks a lot!
I'm looking for some tutorials or anything to help me get started..
I'm lost... Any help would be greatly appreciated!
I'm not really sure where to look or how to do it. Any suggestions?
I'm out of ideas and don't know where to go from here.
I'm quite new to PHP so all help and advice is greatly appreciated.
I'm still new to that thing, so I still don't really understand the logic behind it all.
I'm struggling to decode this, please can i have some advice on this?
I'm stuck on this one...
I'm sure there is a simple way.
I've been cracking my head on this the entire day.
I've been searching Google and StackOverflow to no avail.
I've never seen such a thing before, so I was hoping someone here has.
I've tried to find a function for this at PHP.net for while now, but with no success. Any ideas on how this could be accomplished?
I've tried various things but no such luck, appreciate it!
If I find a way, I'll post back.
If any body have a script please share with me.
If anybody could help
If anybody is able to shed any light on this it would be greatly appreciated.
If anyone can tell me a better way or correct me up ?
If anyone could help me it would be much appretiated :)
If anyone has an idea on this matter, please enlighten me.
If my explanation isn't clear please comment and I'll try to give more informations. Any help would be useful, thanks.
If not . Why?
If somebody can help me i wll appreciate it...
If somebody knows how solve this problem, I would be very thankful.
If someone know please help me out.
If there is a better way to do this then I will appreciate it.
If you have any suggestions etc I would really appreciate it.
If you have come across this error, please let me how to solve this.
If you want more info please tell.
Interested to see some of your solutions to this problem which has been irritating me for a while.
Is it possible?
Is that even possible ?
Is that possible, or the code is wrong?
Is there a better way to do the same .
Is there a possibilty to do so?
Is there a proper solution to this problem?
Is there a simple way to do this with PHP?
Is there a way to accomplish this smart?
Is there a way to do this in PHP.
Is there an easy way to do this?
Is there an existing function that I could use for that in PHP?
Is there another, better way to do this which I am missing?
Is there any function available in php5 to do it?
Is there any good samples?
Is there any nicer way to achieve this?
Is there any way to do that?
Is there any way to solve this error?
Is there some kind of good practice, useful advice, or good reading around this?
Is there something i am missing or anyone have any insight on this who has done it before?
Is there something im not doing or doing wrong?
Is there something like that?
Is this an unfixable problem?
Is this code correct? If not, what should I change?
Is this even possible? If so please help me.
Is this not a right way to check?
Is this not possible?
Is this possible?
Is this possible? I am open to other suggestions.
It is possible to do?
It is there a solutions for this ?
It must be something so simple, and any help would be greatly appreciated.
Kind Regards
Kindly help me :(
Kindly help me to fix this problem.
Kindly help me with this?.
Kindly help me.
Kindly reply on my personal mail ID----pramod.shrivastav15@gmail.com.
Let me know if further req. reuired.
Many Thanks.
Many thanks
Many thanks and sorry for my bad English.
Many thanks guys :)
Many thanks in advance ;)
Many thanks in advance.
Many thanks.
May anyone guide me ..?
Maybe there are other things I didn't consider. Suggestions?
Maybe you will have some good advices for me,
Much appreciated in advance.
Much appreciated.
Need help urgently .
Not sure how i would do this.
Open to suggestions.
Or am I just crazy?
Or what is a better solution?
Otherwise.......help????
PLease help
PLease help,
PS: Sorry about my english.
Perhaps you know of a better way. Please advise! Thanks.
Please Help and Thanks in advance
Please Help me out
Please I would appreciate some help. Many thanks
Please I'm really stuck since I'm new to it, any tip will be highly appreciated, thanks in advance.
Please Suggest
Please advice. Do I need to start over? I hope not.
Please advise. Thanks in advance.
Please ask if you dont understand what I exactly means
Please can any one help me?
Please can any one help....
Please can anyone help me out.
Please can anyone help me.
Please clarify my questions.
Please do help.
Please give me an idea how can make this work?
Please give me suggestion and valuable tutorials on this.
Please give me. :(
Please give your suggestions.
Please give your valuable suggestion what should i do and what not ?
Please guide.
Please help
Please help I m really confused how to do it.?
Please help me
Please help me I am very new to php. :(
Please help me as I am stuck.
Please help me in this context
Please help me its very urgent!!!!
Please help me on this
Please help me out
Please help me out if any one has such available.
Please help me out of this problem, because I am totally freaked out thinking of any solution and my mind is also not helping me out.
Please help me out of this problem.....
Please help me out to resolve this problem.....
Please help me out with this one.
Please help me out with this.
Please help me out! And let me know if you want some more info!
Please help me to rectify.
Please help me to solve this.
Please help me with solving this problem! Thanks!
Please help me with this guys.
Please help me.
Please help me... Is there any query in my thread please revert me back...
Please help me?
Please help where am going wrong
Please help.
Please help. Thanks
Please help. Thanks.
Please i need your suggestions.
Please let me know if I need to include more code. I don't understand why it isn't working because it looks correct to me.
Please let me know if there is a way to do this.
Please let me know you think.
Please let me know, is there any way to solve it?
Please let me know.
Please provide proper answers.
Please provide simple project.
Please reply
Please share expirience.
Please share you ideas.
Please share your views.
Please suggest a script do the same.
Please suggest a way to do this..
Please suggest some code or links.
Please suggest...
Please tell me if you have any idea.
Please tell me what are the ways to accomplish this.
Pls give me your suggestions. or want more info feel free to ask.
Pls suggest
Really hope someone can point me in right direction.
Regards
SOLVED!
So I am looking for best way to do it!
So I hope you guys know a good way.
So I need help!
So how do I solve this problem?
So how do we do it in PHP?
So if anyone knows of whether what I'm trying to achieve is possible, or if the answer is staring me directly in the face, I'd love to hear from you. Thank you for your time.
So please share any thing you understand about that and please reply soon.
So, can anyone help me with this?
So, how would / do you solve this problem?
So, is there a reliable way to do this in PHP?
So, what could I do?
So, what's the problem?
Somebody Help..
Someone have an idea to solve this ?
Sorry for my english and thank you anyway.
Sorry for this long explanation, but I really need help, so thank you!
Sorry if this is a stupid question or it's answered already, I didn't find anything.
Sorry, I am very green with jQuery and Javascript in general.
Still no luck.
Suggestions on how to troubleshoot this?
Suggestions please
Suggestions, hints or plain old code is much appreciated!
Suggestions/answers are much appreciated: thank yous in advance.
Suggestions?
THanks
THanks!
TIA
TIA.
Thank You....
Thank you .
Thank you all for any direction given.
Thank you and have a nice day
Thank you for help or answers.
Thank you for your quick response.
Thank you for your time/answers/direction in advance.
Thank you in Advanced if you can help.
Thank you in advance for your answers :)
Thank you in advance for your time and feedback!
Thank you in meeknes
Thank you so much for the help!
Thank you very much guys, i am learning so much with you.
Thank you very much in advance
Thank you very much in advance!
Thank you very much!
Thank you!
Thank you.
Thank you:)
ThankYou.
Thanking in anticipation.
Thanking you in advance.
Thanks
Thanks & Regards,
Thanks :D
Thanks All.
Thanks Guys
Thanks SO'ers, good-day to you all.
Thanks a lot
Thanks a lot for spending your time and reading through this tale :)
Thanks a lot for your advice!
Thanks a lot for your answers!
Thanks a lot in advance for your help.
Thanks a lot!!!
Thanks a ton!
Thanks again and for any help you can offer.
Thanks again in advance!
Thanks all.
Thanks alot.
Thanks and Best Regards.
Thanks and hope you all a nice day
Thanks before for your help.
Thanks for advice.
Thanks for all again.
Thanks for all feedback.
Thanks for any advice you can give me.
Thanks for any feedback, and have a nice day!
Thanks for any help
Thanks for any help in advance!
Thanks for any help you can provide.
Thanks for any help.
Thanks for any help. I'm stuck with this.
Thanks for any help/pointers/advice/guesses!
Thanks for any response.
Thanks for helping me
Thanks for reading
Thanks for reading !
Thanks for some suggestions and insights!
Thanks for the help
Thanks for the help!
Thanks for the help.
Thanks for the kind help
Thanks for the kind help.
Thanks for your help on this!
Thanks for your help once again.
Thanks for your input.
Thanks for your time.
Thanks if anyone can help me out.
Thanks if anyone can help.
Thanks if anyone could help me out.
Thanks if someone can help again >.<
Thanks in Adv
Thanks in Advance
Thanks in Advance.
Thanks in Advance...
Thanks in adv
Thanks in advance
Thanks in advance .
Thanks in advance :D
Thanks in advance and I will gladly share anything else if need be.
Thanks in advance for ANY help!
Thanks in advance for all the help, im new to StackOverflow and im LOVING it!
Thanks in advance for any assistance or thoughts.
Thanks in advance for any help :)
Thanks in advance for any help offered :)
Thanks in advance for any help!
Thanks in advance for any help, all-mighty google wasn't much help in this case.
Thanks in advance for comments and suggestions.
Thanks in advance for the anwser!
Thanks in advance people
Thanks in advance!
Thanks in advance, and hope this makes some sense!
Thanks in advance, and sorry for my bad english.
Thanks in advance, this is driving me insane!
Thanks in advance.
Thanks in advance..
Thanks in advance....
Thanks in advance...`:)`
Thanks to anyone who may have an answer for this.
Thanks very much for suggestions=answers!
Thanks very much for your suggestions, ideas! Much appreciated.
Thanks!
Thanks!!
Thanks!!!
Thanks, any comment/suggetions/insight greatly appreciated.
Thanks, any feedback greatly appreciated.
Thanks, any help is more then welcome!
Thanks-
Thanks.
Thanks. .
Thanks..
Thanx in advance
Thanx in advance!!!
There seems to be no built-in function to do this in PHP, has anyone encountered anything like this before?
This is a real basic example that will help with me alot, thanks
This is very mysterious :)
Thoughts?
Thx for help
Tnx
Tnx :)
Waiting for some real geeks to help me
What I am doing wrong here......?
What am I doing wrong ?
What am I doing wrong?
What am I missing?
What am i doing wrong?
What and where am I going wrong and if possible what would be the best way to get this done?
What could be the problem?
What do I do about this?
What do I do now?
What do you all think?
What do you suggest?
What do you think about that?
What do you think? Is there a better solution?
What else could I be missing?
What exactly wrong in this code?
What gives?
What im doing wrong?
What is a good solution to this problem?
What is it?
What is the best way to do this?
What is the best way to handle this problem?
What is the easiest way to solve the problem?
What is the problem and what can I do to fix it?
What is the problem here?
What is the right way to accomplish what I am trying to do?
What is this error and how can I escape from it..... :-(
What is worng with this code?
What is wrong with my script?
What its the best to do ?
What might be the problem?
What needs to be changed in order for this to work?
What shall I do?
What should I change to make this work?
What should I do to fix this?
What should I do?
What steps are required?
What the hell? Any ideas?
What would be an easy way to do this?
What's going on? And how do I fix this?
What's the best way to achieve what I'm trying to accomplish?
What's wrong?
Whats going on? Any light shed into my question, suggestions, ideas are very welcome. Thanks.
Whats problem ?
Whats the best way to do this
Where could be the problem?
Where do I go from here?
Where have I gone wrong?
Which is the optimal method?
Who can explaine this?
Why is that?
Why is this?
Why this code is not working?
Will edit this post as I continue investigating.
With Regards
Wondered if anyone might be able to help me resolve this error.
Would appreciate any ideas!
You get the picture.
Your advice is greatly appreciated.
Your advice is welcome in this regard.
Your help is fully appreciated.
Yuck!
Yuk!!
am i on the right path please?
amy body knows the script.
and I don't know why as the code is so simple - any ideas, anyone?
any Ideas??
any body can help me
any body can help me please :(
any body have the scripts please help me :(
any body have the scritps or codes please share with me.
any body knows the solution kindly help me.
any body knows the solution please help me with a sample code?
any body knows the solution please help me.
any body knows the solution please help.
any help appreciated
any help is appreciated
any help on the above would do great for me.
any help with this please,
any help would be appreciated.
any help would be great, only helpful responses please!
any hope??
any idea is highly appreciated
any idea on what I'm doing wrong?
any idea.
any ideas ??
any ideas how to fix this error
any ideas on how to fix this?
any ideas??
any suggestion or some samples will be a great help
any suggestions are welcome but please remember i'm pretty new to php and web
any suggestions would be of help.
anyone can give an idea?
anyone could tell me how can I do this?
anyone help-me
apologies my english!!!
appreciate your help.
btw. Sorry for my english.
bye
can any one help me
can any one provide me a solution for this??
can any one tell me dude..
can anybody have idea ....how to fix this
can anyone help me please?
can anyone me suggest me the procedure ?
can someone help me with this?Some idea,or link with example will be great.Tnx
can someone help me?
can u give me a perfect coding in php
can u guys help me?
can u know this?
can you help me please. thanks
can you help me with php code for this .
can you please give me an example?
can you please let me know how to do that?
cheers
does anyone here tried it ?
does someone has an idea on how to approach this problem?
has anybody tried something like this?
help me please.....
help!!.
hope I makes you clear with my problem.
hope some one can explain me how to do
hope someone help
hopefully that's enough info for you Gurus out there. if not let me know.
how can I do this??
how can I fix this?
how can i fix it?
how can i resolve this issue..
how can i solve the above issue?
how can this be possible?
how that code should be written?
i am new to dev plz be patient :)
i cants uerstand what is going on. plz help me.
i dont know what wrong iam doing
i tried php.net's manuals looking for answers without success
ideas?
if anybody knows about this please help.. or tell where can i get a documentation for this.
if anyone could provide a working code it would be very helpful for me..
if so how it will do?
if so please explain with a sample code.
if u have any solution regarding this problem please help
is that possible??
is there a better practice for this?
is there a way ? or maybe you have a better way of doing it ?
is there anyway to solve this issue
it looks like it's meant to be an easy problem, but i am new to php
johnf
let me know if anything is not clear.
looking forward for your help
many thanks
many thanks!
need some one to tell me what is wrong please
ok, that would clarify more. thanks.
or even if you have another method then plz tell me.
please anyone knows how to overcome this problem?
please could you help me to overcome from this issue.
please do help
please give a solution
please give me solution for this problem......
please give me your opinion
please help
please help me
please help me ....
please help me in this regard with good example or source code or guideline.
please help me out.
please help me out. as its an urjent request.
please help me; sorry for bad English.
please if some one can help me
please some one help with this
please tell me what am i doing wrong ????
please tell me.
pls **help**! :)
pls help & sorry for bad english.
pls. let me have the commands...
plz example ...
plz help
so can anyone has any idea about how to resolve this problem?
so is there any one has a better Idea to do the same?
suggestions anyone?
tanks for all help.
tell me and others how... .
thank u in advance
thank you .
thank you :)
thanks
thanks a lot for all help.
thanks a lot in advance
thanks for having a look... ;0)
thanks for help
thanks for ur answer!
thanks for your help!
thanks for your support.
thanks friend
thanks guys
thanks in advance
thanks in advance.
thanks in advantage for your help
thanx in advance!!
thanx in advance.
thanx in advanced.
this does not seem to work. any suggestions.
thx!
tnks
tnx in advance
what can be the problem? please help
what is the error?
what is wrong with them
what might be the reason?
what the problem in the above code?
what would b your advice, any documentation, any help and advice will be apreciated, i always have this kind of problem, how can i fix it?
what wrong with this code
@d3y4n
Copy link

d3y4n commented Dec 21, 2012

@caub
Copy link

caub commented Jun 16, 2013

Anyone can help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment