Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
q
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
2 Days Ago
by usmanmalik57
… apt-get install -y graphviz libgraphviz-dev !pip install -U -
q
\ langgraph langchain-openai langchain-core \ openai pydantic graphviz pygraphviz ``` The…
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
2 Months Ago
by rproffitt
I'm going to start with a joke:
Q
. How do I get to Carnegie Hall? A. Practice, practice, …
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Biiim
… email restriction in Feb 2024](https://www.google.com/search?
q
=gmail+restriction+on+emailing+in+february+2024) Is what I…
Re: How to Hire Developers in the USA for Software Development?
Programming
Software Development
1 Month Ago
by Salem
https://duckduckgo.com/?
q
=hire+developers+in+USA&t=newext&atb=v296-1&ia=web That'll be $1M please.
Re: What are the key components of ServiceNow Managed Services?
Programming
Software Development
1 Month Ago
by Salem
https://duckduckgo.com/?
q
=key+components+of+ServiceNow+Managed+Services&t=newext&atb=v296-1&ia=web That'll be $2M, thanks.
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
1 Month Ago
by Shady33
… relevant groups or communities and share value-driven posts * Run
Q
&A or polls via Stories or posts to spark…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Dani
… heavy lifting. That's the case in the majority of
Q
&A topics. Also, what would happen if there was…
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Dani
I disagree with that sentiment when it comes to a
Q
&A forum such as DaniWeb. The very premise of …
Re: Are we being played by AI? Let's Discuss!
Community Center
Meta DaniWeb
4 Weeks Ago
by Dani
>I fail to see the distinction between asking for an opinion versus a suggestion versus any other form of help or assistance. I understand that you see a distinction when the OP is trying to start a discussion versus asking for advice or help. However, I don’t understand why you make that distinction in a
Q
&A discussion forum.
Q. Java + Lotus Notes = RTFM?
Digital Media
UI / UX Design
18 Years Ago
by EY1
Q
. Trying to embed a java application within a lotus notes e-mail. The obvious ... create java applet ... locate .class ... etc. is fine. But I think we're falling down when it comes to trying to feed in the HTML attributes and parameters (possibly!). Have you done this before, or know where to find a readme?
Q.No2 Write a C++ program which ❼ take two 4 × 4 matrices and add them ❼ a
Programming
Software Development
3 Years Ago
by Sardar_6
Q
.No2 Write a C++ program which ❼ take two 4 × 4 matrices and add them ❼ aske user whether to add or subtract or exit ❼ do as directed Note: The program must keep on running unless the user chose exit option.
Q&A
Programming
Databases
15 Years Ago
by romi65
… which would allow us to transfer data from our old
Q
&A program (the floppies are really floppies) to one… that will be compatible with OS post Win XP. Apparently
Q
& A will not operate on Vista or Win 7…. Since
Q
&A not only holds our membership & volunteer lists…
Q*: What is OpenAI Hiding?
Community Center
1 Year Ago
by Johannes C.
… discoveries might OpenAI have in stock?  fuels new speculations about …exploring pathways in complex networks. These speculations align
Q
\* with ongoing trends in AI research, **…
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by veedeoo
… for the script response when GET is triggered $
q
=$_GET["
q
"]; } else{ $
q
= ''; } Alternatively, I keep on seeing this… issues and weaknesses.. if($_GET){ ## codes here } else{ $
q
= ''; } Again the alternative option is just too broad for …
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by adam.adamski.96155
…The only way I can understand this undefined error regarding '
q
' is the processing page, testwopart1.php. The beginning of… the script (testwopart1.php), references `$_GET['
q
']` and if this variable is not defined, you will get…you can go directly to the page and add "?
q
=something" into the address bar (change the something…
q is undefined - php javascript
Programming
Web Development
12 Years Ago
by xbat
….. then it submits to the other page through
q
- Once you click the item box where the…part number is taken from.. It does not send
q
through.. Any pointers or help would greatly be …responseText; } } xmlhttp.open("GET","testtwopart1.php?
q
="+str,true); xmlhttp.send(); } </script> …
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by xbat
Sorry... heres the testwopart1.php `<?php $
q
=$_GET["
q
"]; $con = mysql_connect('localhost', 'yaaaaaaaa', 'passomass'); if (!$con) {…$con); $sql="SELECT * FROM inventoryjazz WHERE itemnumber = '".$
q
."'"; $result = mysql_query($sql); echo "<table>…
q to quit code
Programming
Software Development
14 Years Ago
by harpay
… think roll has to be a char in order for
q
to quit to work when i implement the code in… entered in the selection. how can i get a simple
q
to quit to work, please help. #include <iostream>… many times would you like to roll the dice? (Enter '
Q
' to Quit): "; cin >> roll; // Ensures 1 is…
Re: q to quit code
Programming
Software Development
14 Years Ago
by gerard4143
If roll is an int then you can set it to '
q
' by simply doing this [code] roll = '
q
'; [/code] but having one variable for two independent uses can lead to confusing code.
Re: q to quit code
Programming
Software Development
14 Years Ago
by emilo35
… point in why you need the option to quit using '
q
' in this case. Just let the user enter the number… length is 2 (char + '\n') then see if it equals '
q
'. If not, then you will have to ranslate it manually…
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by xbat
Hello, Sorry no I didn't get it to work... Its with firebug and i believe the java that is causing the error. I believe the javascript still thinks its pulling from <option="value <<<< and im trying to get it to pull from
q
thats where its causing an error i believe
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by xbat
I changed the this.value, as for if(isset($_GET['
q
'])) and veedeoo I tried that and am I still getting the same error
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by xbat
Heres the error I am getting with firebug.. It works fine on query but doesn't work with
q
[Click Here](http://www.photocow.net/image/656.jpeg) 
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by adam.adamski.96155
It's this line: `xmlhttp.open("GET","testtwopart1.php?
q
="+str,true);` str is undefined. utrivedi suggested changing line 35: `<select name="users" onchange="showUser(this.value)"` I agree with him. You could alert the value of str before you send the ajax request, to make sure it is formed properly.
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by xbat
eve after changing this.form to this.value I still get the same error.. with
q
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by adam.adamski.96155
… the line: `xmlhttp.open("GET","testtwopart1.php?
q
="+q_str,true);` notice that 'str' was changed to 'q_str…
Re: q is undefined - php javascript
Programming
Web Development
12 Years Ago
by adam.adamski.96155_1
I never used 'datasrc=""' before, I have searched and found this page: http://msdn.microsoft.com/en-us/library/ms531385(v=vs.85).aspx7 In the example of a select element bound to a datasrc you can still view the options in the source of the page.
q
will remain undefined until you can get the selected option. Can I see the page?
Q&A VB.NET and Truncated Email - 2 Examples
Programming
Software Development
18 Years Ago
by rickvidallon
[B]
Q
&A VB.NET and Truncated Email - 2 Examples [/B] [….rr.com @indy.rr.com and columbus.rr.com 2)
Q
& A a. It is not a memory problem with…
Q & A: SpringSource CEO Rod Johnson
Programming
Web Development
16 Years Ago
by EddieC
… been extremely clear that [url=http://www.indeed.com/jobtrends?
q
=%22spring+framework%22&l=]Spring job requirements[/url] are… production. (Note: A job [url=http://www.indeed.com/jobtrends?
q
=ejb&l=]trend report for EJB[/url] during the…
Q&A with Microsoft about Windows Vista
Hardware and Software
Microsoft Windows
18 Years Ago
by c.handy
… taken along the way. After the jump, a little Microsoft
Q
&A love. Why should I upgrade to Vista? By…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC