Tagged Questions

0
votes
3answers
17 views

Can’t use Get in CodeIgniter

So I'm using codeigniter and I've had very letter experience with it so far but here's my issue. I have an if statement I've set up that says if (@$_GET['f'] == 'callback') then d …
0
votes
2answers
34 views

jquery - check if string begins with something?

I know that I can do like ^= to see if an id starts with something, and I tried using that for this, but it didn't work... Basically, I'm retrieving the url and I want to set a cl …
0
votes
4answers
108 views

Not using $_GET parameters

In working with CodeIgniter, it appears $_GET is disabled by default. I'm wondering why this is. A lot of times, I want to build very long search queries. So for example, I hav …
1
vote
2answers
50 views

In JScript, is it possible to implement getters and setters that look like object properties from the outside?

While trying to port and generally playing around with some non-browser code, I came across getters and setters that looked like normal object properties. Something like this: js& …
0
votes
5answers
85 views

Improve HTTP GET PHP scripts

This code is getting the headers and content from $url, and prints it to the browser. It is really slow, and it's not because the server. How can I improve this? $headers = get_he …
1
vote
4answers
93 views

Is there an easy way to get characters from the keyboard without hitting enter in Java?

I'd like to know if there is an easy way to get character input from a JTextField in Java as they happen, not after an enter keystroke. In my case I want the characters (text) to …
0
votes
1answer
62 views

Jquery Ajax or Get doesn’t work on SOME IE

<script type="text/javascript"> $(document).ready(function(){ function listadepoimentos(page){ // $.get("ajaxes.php", {act:'listadepoimentos', page:page}, …
0
votes
1answer
20 views

Get Text UIWebView PHP script

Basically my app has a UIwebView which loads a php script with input of user data. The script then uses printf(some info). This all works and it prints it right the UIWebView. Basi …
0
votes
4answers
74 views

Calling Javascript in a page after it’s been loaded by jQuery GET

Imagine a normal page calling javscript in head. The trouble is some of the content isnt loaded untill i click on a link. Subsequently when this link loads the content it wont wo …
1
vote
3answers
81 views

Are these JQuery calls the same?

Hi guys, Could someone tell me if this: $.ajax({ url: 'test.html', success: function(data) { alert("Data Loaded: " + data); } }); is …
3
votes
4answers
69 views

How to pass an array?

Hello! How could I pass an array with PHP by GET method? Thanks
0
votes
2answers
44 views

Massive API/Framework mashup issue (oAuth, Facebook, Twitter, Code Igniter)

Hi all, I'm having (many, but for now,) one problem with a project I'm working on. It is a PHP project run on Code Igniter It is a Facebook app that wants to use oAuth Twitter a …
0
votes
2answers
114 views

Reset input values from GET url params using jQuery

This may seem like an odd one, but I want to be able to fill in a static web form using values passed in via a GET param list. Say I have a page, 'self.html': <form action="s …
0
votes
3answers
97 views

Redirect GET data from a page using POST to another page

Hi I have a php srcript that receives GET data and I want to redirect the data from GET to another page in wordpress using POST. It's that possible, and how? Thank's for the help. …
1
vote
5answers
74 views

Apache mod_rewrite and PHP GET Arrays

I want to have a url like http://localhost/folder1/folder2/folder3/file Then i want mod_rewrite to convert it to $_GET['d'] in the url it would look like d[]=folder1&d[]=folder …

1 2 3 4 5 15 next
15 30 50 per page