Vani Sweety

Ranch Hand
+ Follow
since Jan 23, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
1
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
17
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vani Sweety

hello
i have been writing this piece of code that tahkes values from a javascript file and do som orepation in php
but i am getting an error
:
Parse error: syntax error, unexpected '$Rname' (T_VARIABLE) in C:\xampp\htdocs\vehicle\reviews.php on line 18

6 years ago
PHP
how can i alert the php variables $total, $positive, $negative in the javascript file?
6 years ago
PHP
i have included the pre tag in php and it is working correctly
now i have to display it usung javascript
and it is not working

php code


code in javascript:
6 years ago
PHP
it works but the answer is being concatenated
if in table 1 i have values for total is 15  pos is 20  neg is 5
and in the second table i have values for total is 9  pos is 8  neg is 2

this is what is displaying:
143.512

how can i print each value in different line so that i can perform the average
6 years ago
PHP
note that there is only one value for toyota 4 in both table
hello i have write a php code that retrieve data from a database and assign them to a variable
but i am getting this error
help me sort this out please


Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 22

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 22

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 23

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 23

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 24

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 24

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 27

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 27

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 28

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 28

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 29

Notice: Array to string conversion in C:\xampp\htdocs\webpage\reviewvani.php on line 29
000successful

here is the php code:
yes
is there any way i can connect python function so that it display on my html page
hello
i have two piece of code
one i have used python to write some function
now i want to display this function on a html webpage
how can i connect python function using javascript on even click
help please
Intead of retrieving the values and displaying them it is displaying successfull
6 years ago
PHP
I have pass the parameter but it is giving me an error in php

<br /> <b>Notice</b>: Undefined index: para1 in <b>C:\xampp\htdocs\webpage\cardetails.php</b> on line <b>8</b><br /> successfull

Actually the value of para1 i am getting if from a javascript function
when clicking on a specific item for example clicking on ch in a list it display all the values comtaining this item form database.
Like
chocolate
choke
now when i click on chocloate it should display all the information about chocolate for example the colour.
here is the code for javascript:


and here is the code for php:
6 years ago
PHP
Hello
I want to display results from php by using javascript
but i am getting an error

<br />
<b>Notice</b>:  Undefined index: para1 in <b>C:\xampp\htdocs\webpage\cardetails.php</b> on line <b>8</b><br />
successfull


here is my code for javascript:



and here is my connection to php

hello everyone
i really need help for my project
i have a database for car
i am using javascript and php to access the database
upon click a list is displayed and i have use javascipt onclick to implement this. Now
i have to make a search according to its id to go fetch the value which has this id and display the available car version

after displaying the list of car version which is a dynamic list
obtain from the database, the user has to be able to click
the version listed so that all the details according to this version are displayed.

Can anyone suggest me how to proceed with this please.

This is a piece of code  so far
Javascript





this is my php code



and here is where it is found in my html

can you suggest me a link from where i can have an overview of how the urlwatch works so that i can implement it in my python program
6 years ago
hello
i have been using python with pycharm
i have extrated some information from a website
and included them in a database. Now if this website has made some
changes i want to retrieve these changes only
how can i monitor a website automatically using python and pycharm
how to i use urlwatch
6 years ago
who can brief me about data mining
infact i have a project to do about data mining
its about comparing car features
like taking information from different websites and display it in another websites allowing user to compare car features like model, prices...
an example (phone arena where we compare mobile phones)
please help
7 years ago
Go